summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-05-23block: Use accessor functions for queue limitsMartin K. Petersen1-9/+10
2009-05-23block: Do away with the notion of hardsect_sizeMartin K. Petersen16-25/+26
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe5-64/+72
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe114-2728/+2011
2009-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-1/+1
2009-05-22nilfs2: fix memory leak in nilfs_ioctl_clean_segmentsRyusuke Konishi1-1/+1
2009-05-22[CIFS] fix posix open regressionSteve French2-36/+44
2009-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-27/+27
2009-05-19cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)Jeff Layton2-27/+27
2009-05-19splice: fix kmaps in default_file_splice_write()Miklos Szeredi1-108/+22
2009-05-19bio: always copy back data for copied kernel requestsTejun Heo1-1/+1
2009-05-19nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz1-1/+2
2009-05-17reiserfs: fixup perms when xattrs are disabledJeff Mahoney1-17/+19
2009-05-17reiserfs: deal with NULL xattr root w/ xattrs disabledJeff Mahoney2-3/+3
2009-05-17reiserfs: clean up ifdefsJeff Mahoney1-23/+22
2009-05-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2-6/+39
2009-05-15devpts: correctly set default optionsSukadev Bhattiprolu1-6/+12
2009-05-15ext4: Fix race in ext4_inode_info.i_cached_extentTheodore Ts'o1-5/+12
2009-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-8/+4
2009-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds6-13/+40
2009-05-15ext4: Clear the unwritten buffer_head flag after the extent is initializedAneesh Kumar K.V1-0/+13
2009-05-14Btrfs: Spelling fix in btrfs_lookup_first_block_group commentsSankar P1-1/+1
2009-05-14Btrfs: make show_options result match actual option namesSage Weil1-2/+2
2009-05-14Btrfs: remove outdated comment in btrfs_ioctl_resize()Li Hong1-4/+0
2009-05-14Btrfs: remove some WARN_ONs in the IO failure pathChris Mason2-3/+0
2009-05-14Btrfs: Don't loop forever on metadata IO failuresChris Mason1-3/+36
2009-05-14Btrfs: init inode ordered_data_close flag properlyChris Mason1-0/+1
2009-05-14cifs: fix error handling in parse_DFS_referralsJeff Layton1-8/+4
2009-05-14splice: fix error return codeAndrew Morton1-1/+3
2009-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds3-1/+11
2009-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-0/+1
2009-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds7-149/+167
2009-05-13Remove implementation of readpage from the hugetlbfs_aopsMel Gorman1-11/+0
2009-05-13splice: fix repeated kmap()'s in default_file_splice_read()Jens Axboe1-6/+4
2009-05-13Squashfs: cody tidying, remove commented out line in MakefilePhillip Lougher1-1/+0
2009-05-13Squashfs: check page size is not larger than the filesystem block sizePhillip Lougher1-0/+10
2009-05-13Squashfs: fix breakage when page size > metadata block sizeDoug Chapman1-0/+1
2009-05-13Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+28
2009-05-13epoll: fix size check in epoll_create()Davide Libenzi1-1/+1
2009-05-12ext4: Use a fake block number for delayed new buffer_headAneesh Kumar K.V1-1/+5
2009-05-14ext4: Fix sub-block zeroing for writes into preallocated extentsAneesh Kumar K.V2-0/+9
2009-05-12nfsd: silence lockdep warningJ. Bruce Fields1-2/+2
2009-05-11dup2: Fix return value with oldfd == newfd and invalid fdJeff Mahoney1-2/+4
2009-05-11nilfs2: check size of array structured data exchanged via ioctlsRyusuke Konishi1-0/+10
2009-05-11splice: implement default splice_write methodMiklos Szeredi1-4/+138
2009-05-11splice: implement default splice_read methodMiklos Szeredi4-14/+136
2009-05-11splice: implement pipe to pipe splicingMiklos Szeredi1-11/+151
2009-05-11block: add rq->resid_lenTejun Heo1-2/+2
2009-05-11nilfs2: fix lock order reversal in nilfs_clean_segments ioctlRyusuke Konishi4-74/+100
2009-05-11nilfs2: fix possible circular locking for get information ioctlsRyusuke Konishi1-62/+38