summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-06-04Merge branch 'master' into for-linusAlex Elder17-793/+736
2010-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-0/+1
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-02FS-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-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-81/+494
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds24-495/+232
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus 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-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+20
2010-05-29xfs: fix access to upper inodes without inode64Christoph Hellwig5-46/+21
2010-05-29xfs: fix might_sleep() warning when initialising per-ag treeDave Chinner1-1/+1
2010-05-29fs/xfs/quota: Add missing mutex_unlockJulia Lawall1-1/+3
2010-05-29xfs: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-29xfs: convert more trace events to DEFINE_EVENTLi Zefan1-168/+188
2010-05-29xfs: xfs_trace.c: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-29xfs: 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
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Al Viro1-4/+1
2010-05-28fix fs/sysv s_dirt handlingAl Viro1-0/+1
2010-05-28fat: convert to use the new truncate convention.npiggin@suse.de3-15/+57
2010-05-28ext2: convert to use the new truncate convention.npiggin@suse.de3-36/+119
2010-05-28fs: convert simple fs to new truncateNick Piggin5-19/+15
2010-05-28kill spurious reference to vmtruncatenpiggin@suse.de10-22/+37
2010-05-28fs: introduce new truncate sequencenpiggin@suse.de4-56/+254
2010-05-28fs/super: fix kernel-doc warningRandy Dunlap1-2/+2
2010-05-28fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeErik van der Kouwe1-12/+15
2010-05-28rename the generic fsync implementationsChristoph Hellwig20-28/+40
2010-05-28drop unused dentry argument to ->fsyncChristoph Hellwig55-127/+106
2010-05-28fs: Add missing mutex_unlockJulia Lawall1-4/+9
2010-05-28get rid of the magic around f_count in aioAl Viro2-14/+13
2010-05-28VFS: fix recent breakage of FS_REVAL_DOTNeil Brown1-1/+1
2010-05-28Revert "anon_inode: set S_IFREG on the anon_inode"Al Viro1-1/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds29-2732/+5027