aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-04Merge branch 'master' into for-linusAlex Elder17-793/+736
2010-06-04ceph: fix lease revocation when seq doesn't matchSage Weil1-4/+8
2010-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-0/+1
2010-06-03pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe1-12/+42
2010-06-03pipe: change the privilege required for growing a pipe beyond system maxJens Axboe1-1/+1
2010-06-03pipe: adjust minimum pipe size to 1 pageJens Axboe1-7/+1
2010-06-03jffs2: Fix NFS race by using insert_inode_locked()David Woodhouse2-3/+16
2010-06-03jffs2: Fix in-core inode leaks on error pathsDavid Woodhouse1-59/+56
2010-06-03xfs: improve xfs_isilockedChristoph Hellwig1-16/+10
2010-06-03xfs: skip writeback from reclaim contextChristoph Hellwig1-0/+15
2010-06-03xfs: fix race in inode cluster freeing failing to stale inodesDave Chinner1-80/+62
2010-06-02ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only filesTheodore Ts'o1-0/+3
2010-06-01ceph: fix f_namelen reported by statfsSage Weil1-1/+1
2010-06-01ceph: fix memory leak in statfsYehuda Sadeh1-0/+2
2010-06-01ceph: fix d_subdirs ordering problemHenry C Chang1-1/+1
2010-06-01nfsd: nfsd_setattr needs to call commit_metadataChristoph Hellwig1-2/+1
2010-06-01FS-Cache: Remove unneeded null checksDan Carpenter1-20/+16
2010-06-01cifs: fix page refcount leakJeff Layton1-0/+1
2010-06-01AFS: Fix possible null pointer dereference in afs_alloc_server()Denis Kirjanov1-2/+3
2010-06-01binfmt_elf_fdpic: Fix clear_user() error handlingTakuya Yoshikawa1-15/+11
2010-06-01Merge branch 'master' into for-linusJens Axboe275-6190/+11458
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2-38/+12
2010-06-01Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"Jens Axboe1-11/+5
2010-05-31nilfs2: remove obsolete declarations of cache constructor and destructorRyusuke Konishi3-6/+0
2010-05-31nilfs2: fix style issue in nilfs_destroy_cachepRyusuke Konishi1-4/+4
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds4-81/+494
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds24-495/+232
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds17-32/+85
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil1-4/+9
2010-05-29ceph: fix leak of osd authorizerSage Weil1-1/+6
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil3-1/+16
2010-05-29ceph: make lease code DN specificSage Weil2-12/+13
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall6-6/+6
2010-05-29ceph: renew auth tickets before they expireSage Weil4-1/+27
2010-05-29ceph: do not resend mon requests on auth ticket renewalSage Weil1-1/+4
2010-05-29ceph: removed duplicated #includesAndrea Gelmini2-2/+0
2010-05-29ceph: avoid possible null dereferenceSage Weil1-2/+2
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil1-2/+2
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+20
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig5-46/+21
2010-05-28xfs: fix might_sleep() warning when initialising per-ag treeDave Chinner1-1/+1
2010-05-28fs/xfs/quota: Add missing mutex_unlockJulia Lawall1-1/+3
2010-05-28xfs: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-28xfs: convert more trace events to DEFINE_EVENTLi Zefan1-168/+188
2010-05-28xfs: xfs_trace.c: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner2-4/+14
2010-05-28xfs: clean up xlog_alignChristoph Hellwig1-8/+3
2010-05-28xfs: cleanup log reservation calculactionsChristoph Hellwig2-457/+400
2010-05-28xfs: be more explicit if RT mount fails due to configEric Sandeen1-1/+10
2010-05-28xfs: replace E2BIG with EFBIG where appropriateEric Sandeen2-9/+9