aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-05-17reiserfs: fixup perms when xattrs are disabledGravatar Jeff Mahoney 1-17/+19
2009-05-17reiserfs: deal with NULL xattr root w/ xattrs disabledGravatar Jeff Mahoney 2-3/+3
2009-05-17reiserfs: clean up ifdefsGravatar Jeff Mahoney 1-23/+22
2009-05-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 2-6/+39
2009-05-15devpts: correctly set default optionsGravatar Sukadev Bhattiprolu 1-6/+12
2009-05-15ext4: Fix race in ext4_inode_info.i_cached_extentGravatar Theodore Ts'o 1-5/+12
2009-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 1-8/+4
2009-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 6-13/+40
2009-05-14ext4: Clear the unwritten buffer_head flag after the extent is initializedGravatar Aneesh Kumar K.V 1-0/+13
2009-05-14Btrfs: Spelling fix in btrfs_lookup_first_block_group commentsGravatar Sankar P 1-1/+1
2009-05-14Btrfs: make show_options result match actual option namesGravatar Sage Weil 1-2/+2
2009-05-14Btrfs: remove outdated comment in btrfs_ioctl_resize()Gravatar Li Hong 1-4/+0
2009-05-14Btrfs: remove some WARN_ONs in the IO failure pathGravatar Chris Mason 2-3/+0
2009-05-14Btrfs: Don't loop forever on metadata IO failuresGravatar Chris Mason 1-3/+36
2009-05-14Btrfs: init inode ordered_data_close flag properlyGravatar Chris Mason 1-0/+1
2009-05-14cifs: fix error handling in parse_DFS_referralsGravatar Jeff Layton 1-8/+4
2009-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusGravatar Linus Torvalds 3-1/+11
2009-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-0/+1
2009-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 7-149/+167
2009-05-13Remove implementation of readpage from the hugetlbfs_aopsGravatar Mel Gorman 1-11/+0
2009-05-13Squashfs: cody tidying, remove commented out line in MakefileGravatar Phillip Lougher 1-1/+0
2009-05-13Squashfs: check page size is not larger than the filesystem block sizeGravatar Phillip Lougher 1-0/+10
2009-05-13Squashfs: fix breakage when page size > metadata block sizeGravatar Doug Chapman 1-0/+1
2009-05-12Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-8/+28
2009-05-12epoll: fix size check in epoll_create()Gravatar Davide Libenzi 1-1/+1
2009-05-12ext4: Use a fake block number for delayed new buffer_headGravatar Aneesh Kumar K.V 1-1/+5
2009-05-13ext4: Fix sub-block zeroing for writes into preallocated extentsGravatar Aneesh Kumar K.V 2-0/+9
2009-05-11nfsd: silence lockdep warningGravatar J. Bruce Fields 1-2/+2
2009-05-11dup2: Fix return value with oldfd == newfd and invalid fdGravatar Jeff Mahoney 1-2/+4
2009-05-12nilfs2: check size of array structured data exchanged via ioctlsGravatar Ryusuke Konishi 1-0/+10
2009-05-11nilfs2: fix lock order reversal in nilfs_clean_segments ioctlGravatar Ryusuke Konishi 4-74/+100
2009-05-11nilfs2: fix possible circular locking for get information ioctlsGravatar Ryusuke Konishi 1-62/+38
2009-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 31-342/+330
2009-05-10nilfs2: ensure to clear dirty state when deleting metadata file blockGravatar Ryusuke Konishi 2-2/+3
2009-05-09Fix races around the access to ->s_optionsGravatar Al Viro 5-11/+23
2009-05-09switch ufs directories to ufs_sync_file()Gravatar Al Viro 3-3/+3
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Gravatar Al Viro 3-54/+33
2009-05-09Make open_exec() and sys_uselib() use may_open(), instead of duplicating its ...Gravatar Al Viro 1-9/+2
2009-05-09Reduce path_lookup() abusesGravatar Al Viro 1-4/+4
2009-05-09Make checkpatch.pl shut up on fs/inode.cGravatar Manish Katiyar 1-46/+35
2009-05-09NULL noise in fs/super.c:kill_bdev_super()Gravatar H Hartley Sweeten 1-1/+1
2009-05-09ROMFS: romfs_dev_read() error ignoredGravatar Roel Kluin 1-1/+2
2009-05-09fs: dcache fix LRU orderingGravatar npiggin@suse.de 1-1/+1
2009-05-09ocfs2: Use nd_set_link().Gravatar Joel Becker 1-40/+37
2009-05-09Fix a leak in failure exit in 9p ->get_sb()Gravatar Al Viro 1-0/+1
2009-05-09Convert obvious places to deactivate_locked_super()Gravatar Al Viro 10-38/+19
2009-05-09New helper: deactivate_locked_super()Gravatar Al Viro 1-12/+34
2009-05-09reiserfs: remove privroot hiding in lookupGravatar Jeff Mahoney 3-27/+16
2009-05-09reiserfs: dont associate security.* with xattr filesGravatar Jeff Mahoney 1-2/+10
2009-05-09reiserfs: fixup xattr_root cachingGravatar Jeff Mahoney 1-27/+46