aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-09-08ocfs2: make __ocfs2_page_mkwrite handle file end properly.Gravatar Tao Ma 1-3/+5
2010-09-08ocfs2: Fix incorrect checksum validation errorGravatar Sunil Mushran 1-1/+5
2010-09-08ocfs2: Fix metaecc error messagesGravatar Sunil Mushran 1-2/+2
2010-09-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2010-09-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 7-14/+35
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 1-1/+2
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+1
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 1-0/+1
2010-09-07VFS: Sanity check mount flags passed to change_mnt_propagation()Gravatar Valerie Aurora 1-1/+22
2010-09-07fuse: fix lock annotationsGravatar Miklos Szeredi 2-16/+18
2010-09-07fuse: flush background queue on connection closeGravatar Miklos Szeredi 1-4/+12
2010-09-03sysfs: checking for NULL instead of ERR_PTRGravatar Dan Carpenter 1-1/+1
2010-09-03Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Alex Elder 3-11/+11
2010-09-03xfs: Make fiemap work with sparse filesGravatar Tao Ma 3-3/+17
2010-09-03xfs: prevent 32bit overflow in space reservationGravatar Dave Chinner 1-3/+10
2010-09-02nfsd4: mask out non-access bits in nfs4_access_to_omodeGravatar J. Bruce Fields 1-1/+1
2010-09-02xfs: Disallow 32bit project quota idGravatar Arkadiusz Mi?kiewicz 1-0/+7
2010-09-02xfs: improve buffer cache hash scalabilityGravatar Dave Chinner 2-8/+1
2010-08-309p: potential ERR_PTR() dereferenceGravatar Dan Carpenter 1-1/+2
2010-08-30nilfs2: fix leak of shadow dat inode in error path of load_nilfsGravatar Ryusuke Konishi 1-0/+1
2010-08-28Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 3-36/+64
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 6-12/+30
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 13-107/+184
2010-08-28Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-24/+30
2010-08-28writeback: Fix lost wake-up shutting down writeback threadGravatar J. Bruce Fields 1-1/+1
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopGravatar Eric Paris 1-8/+5
2010-08-27fsnotify: fix list walk orderGravatar Eric Paris 1-6/+5
2010-08-27fanotify: Return EPERM when a process is not privilegedGravatar Andreas Gruenbacher 1-1/+1
2010-08-27eCryptfs: Fix encrypted file name lookup regressionGravatar Tyler Hicks 2-8/+24
2010-08-27ecryptfs: properly mark init functionsGravatar Jerome Marchand 4-4/+4
2010-08-27fs/ecryptfs: Return -ENOMEM on memory allocation failureGravatar Julia Lawall 1-0/+2
2010-08-26nfsd: fix NULL dereference in nfsd_statfs()Gravatar Takashi Iwai 1-6/+8
2010-08-26Merge commit 'v2.6.36-rc1' into HEADGravatar J. Bruce Fields 587-14699/+18087
2010-08-26nfsd4: fix downgrade/lock logicGravatar J. Bruce Fields 2-16/+21
2010-08-26nfsd4: typo fix in find_any_fileGravatar J. Bruce Fields 1-1/+1
2010-08-26nfsd4: bad BUG() in preprocess_stateid_opGravatar J. Bruce Fields 1-1/+0
2010-08-26Cannot allocate memory error on mountGravatar Suresh Jayaraman 1-1/+1
2010-08-26ceph: fix get_ticket_handler() error handlingGravatar Dan Carpenter 1-6/+9
2010-08-26ceph: don't BUG on ENOMEM during mds reconnectGravatar Sage Weil 1-3/+4
2010-08-26ceph: ceph_mdsc_build_path() returns an ERR_PTRGravatar Dan Carpenter 1-0/+4
2010-08-26[CIFS] Eliminate unused variable warningGravatar Steve French 1-1/+2
2010-08-25ceph: Fix warningsGravatar Alan Cox 1-5/+9
2010-08-25ceph: ceph_get_inode() returns an ERR_PTRGravatar Dan Carpenter 1-2/+2
2010-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 15-279/+622
2010-08-24ceph: initialize fields on new dentry_infosGravatar Sage Weil 1-1/+1
2010-08-24ceph: maintain i_head_snapc when any caps are dirty, not just for dataGravatar Sage Weil 4-7/+26
2010-08-24Eliminate sparse warning - bad constant expressionGravatar shirishpargaonkar@gmail.com 2-72/+128
2010-08-24xfs: do not discard page cache data on EAGAINGravatar Christoph Hellwig 1-3/+6
2010-08-24xfs: don't do memory allocation under the CIL context lockGravatar Dave Chinner 1-8/+26
2010-08-24xfs: Reduce log force overhead for delayed loggingGravatar Dave Chinner 3-118/+147