aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-06-13splice: fix racy pipe->buffers usesGravatar Eric Dumazet 1-15/+20
2012-06-01Merge branch 'akpm' (Fixups for Andrew's patchbomb)Gravatar Linus Torvalds 13-45/+33
2012-06-01nls: fix (and rename) mac NLS table files and config optionsGravatar Linus Torvalds 13-33/+33
2012-06-01fs/nls/Makefile: remove bogus CONFIG_ assignmentsGravatar Andrew Morton 1-12/+0
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 6-13/+97
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-12/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 89-1081/+1175
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 26-194/+1726
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowGravatar Al Viro 3-12/+0
2012-06-01nfs: don't open in ->d_revalidateGravatar Miklos Szeredi 2-55/+78
2012-06-01vfs: retry last component if opening stale dentryGravatar Miklos Szeredi 1-2/+35
2012-06-01vfs: nameidata_to_filp(): don't throw away file on errorGravatar Miklos Szeredi 1-3/+5
2012-06-01vfs: nameidata_to_filp(): inline __dentry_open()Gravatar Miklos Szeredi 1-2/+18
2012-06-01vfs: do_dentry_open(): don't put filpGravatar Miklos Szeredi 1-1/+2
2012-06-01vfs: split __dentry_open()Gravatar Miklos Szeredi 2-14/+34
2012-06-01vfs: do_last() common post lookupGravatar Miklos Szeredi 1-31/+3
2012-06-01vfs: do_last(): add audit_inode before openGravatar Miklos Szeredi 1-0/+1
2012-06-01vfs: do_last(): only return EISDIR for O_CREATGravatar Miklos Szeredi 1-1/+1
2012-06-01vfs: do_last(): check LOOKUP_DIRECTORYGravatar Miklos Szeredi 1-0/+3
2012-06-01vfs: do_last(): make ENOENT exit RCU safeGravatar Miklos Szeredi 1-2/+4
2012-06-01vfs: make follow_link check RCU safeGravatar Miklos Szeredi 1-2/+10
2012-06-01vfs: do_last(): use inode variableGravatar Miklos Szeredi 1-3/+5
2012-06-01vfs: do_last(): inline walk_component()Gravatar Miklos Szeredi 1-5/+30
2012-06-01vfs: do_last(): make exit RCU safeGravatar Miklos Szeredi 1-1/+1
2012-06-01vfs: split do_lookup()Gravatar Miklos Szeredi 1-14/+45
2012-06-01Btrfs: move over to use ->update_timeGravatar Josef Bacik 3-41/+15
2012-06-01fs: introduce inode operation ->update_timeGravatar Josef Bacik 7-26/+64
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 33-866/+2849
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 14-375/+436
2012-06-01reiserfs: get rid of resierfs_sync_superGravatar Artem Bityutskiy 3-11/+55
2012-06-01reiserfs: mark the superblock as dirty a bit laterGravatar Artem Bityutskiy 1-2/+1
2012-06-01reiserfs: remove useless superblock dirtyingGravatar Artem Bityutskiy 1-1/+0
2012-06-01reiserfs: clean-up function return typeGravatar Artem Bityutskiy 2-6/+4
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitGravatar Artem Bityutskiy 1-10/+10
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticGravatar Al Viro 1-3/+3
2012-06-01ext4: hole-punch use truncate_pagecache_rangeGravatar Hugh Dickins 1-2/+2
2012-06-01jbd2: use kmem_cache_zalloc wrapper instead of flagGravatar Wanlong Gao 1-2/+2
2012-05-31ext4: remove mb_groups before tearing down the buddy_cacheGravatar Salman Qazi 1-2/+3
2012-05-31ext4: add ext4_mb_unload_buddy in the error pathGravatar Salman Qazi 1-0/+1
2012-05-31ext4: don't trash state flags in EXT4_IOC_SETFLAGSGravatar Theodore Ts'o 1-3/+9
2012-05-31ext4: let getattr report the right blocks in delalloc+bigallocGravatar Tao Ma 1-1/+2
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 11-153/+245
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 32-153/+6772
2012-05-31c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Gravatar Cyrill Gorcunov 1-3/+17
2012-05-31fs, proc: introduce /proc/<pid>/task/<tid>/children entryGravatar Cyrill Gorcunov 3-0/+127
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Gravatar Christopher Yeoh 3-9/+8
2012-05-31eventfd: change int to __u64 in eventfd_signal()Gravatar Sha Zhengju 1-8/+4
2012-05-31fs/nls: add Apple NLSGravatar Vladimir Serbinenko 13-1/+6451
2012-05-31proc/smaps: show amount of nonlinear ptes in vmaGravatar Konstantin Khlebnikov 1-0/+12
2012-05-31proc/smaps: carefully handle migration entriesGravatar Konstantin Khlebnikov 1-8/+10