aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-05-14Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 2-8/+10
2010-05-14inotify: don't leak user struct on inotify releaseGravatar Pavel Emelyanov 1-0/+2
2010-05-14inotify: race use after free/double free in inotify inode marksGravatar Eric Paris 1-3/+6
2010-05-14inotify: clean up the inotify_add_watch out pathGravatar Eric Paris 1-5/+2
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr...Gravatar Linus Torvalds 2-2/+20
2010-05-13vfs: Fix O_NOFOLLOW behavior for paths with trailing slashesGravatar Jan Kara 1-2/+4
2010-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 12-49/+116
2010-05-12CacheFiles: Fix error handling in cachefiles_determine_cache_security()Gravatar David Howells 1-0/+4
2010-05-12Inotify: undefined reference to `anon_inode_getfd'Gravatar Russell King 1-0/+1
2010-05-11ceph: preserve seq # on requeued messages after transient transport errorsGravatar Sage Weil 2-1/+11
2010-05-11ceph: fix cap removal racesGravatar Sage Weil 2-9/+15
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsGravatar Robin Holt 4-25/+1
2010-05-11ceph: zero unused message header, footer fieldsGravatar Sage Weil 1-1/+5
2010-05-11cifs: guard against hardlinking directoriesGravatar Jeff Layton 2-2/+20
2010-05-11CacheFiles: Fix occasional EIO on call to vfs_unlink()Gravatar David Howells 2-12/+87
2010-05-11ceph: fix locking for waking session requests after reconnectGravatar Sage Weil 1-13/+16
2010-05-11ceph: resubmit requests on pg mapping change (not just primary change)Gravatar Sage Weil 5-9/+44
2010-05-11ceph: fix open file counting on snapped inodes when mds returns no capsGravatar Sage Weil 1-0/+4
2010-05-11ceph: unregister osd request on failureGravatar Sage Weil 1-2/+5
2010-05-10autofs4-2.6.34-rc1 - fix link_count usageGravatar Ian Kent 1-3/+2
2010-05-07Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 1-35/+51
2010-05-05ceph: don't use writeback_control in writepages completionGravatar Sage Weil 2-7/+0
2010-05-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Gravatar Linus Torvalds 8-74/+110
2010-05-04ceph: unregister bdi before kill_anon_super releases device nameGravatar Sage Weil 1-7/+16
2010-05-03ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().Gravatar Joel Becker 1-1/+1
2010-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 12-38/+71
2010-05-03ceph: remove bad auth_x kmem_cacheGravatar Sage Weil 1-22/+10
2010-05-03ceph: fix lockless caps checkGravatar Sage Weil 1-1/+1
2010-05-03ceph: clear dir complete, invalidate dentry on replayed renameGravatar Sage Weil 1-0/+9
2010-05-03ceph: fix direct io truncate offsetGravatar Sage Weil 1-1/+2
2010-05-03ceph: discard incoming messages with bad seq #Gravatar Sage Weil 1-0/+20
2010-05-03ceph: fix seq counting for skipped messagesGravatar Sage Weil 1-0/+2
2010-05-03ceph: add missing #includesGravatar Sage Weil 3-0/+4
2010-05-03ceph: fix leaked spinlock during mds reconnectGravatar Sage Weil 1-1/+1
2010-05-03ceph: print more useful version info on module loadGravatar Sage Weil 1-3/+4
2010-05-03ceph: fix snap realm splitsGravatar Sage Weil 1-10/+14
2010-05-03ceph: clear dir complete on d_moveGravatar Sage Weil 1-0/+4
2010-05-03nilfs2: fix sync silent failureGravatar Ryusuke Konishi 1-0/+1
2010-05-01NFS: Fix RCU issues in the NFSv4 delegation codeGravatar David Howells 1-21/+23
2010-05-01NFSv4: Fix the locking in nfs_inode_reclaim_delegation()Gravatar Trond Myklebust 1-14/+28
2010-04-30ocfs2: Avoid direct write if we fall back to buffered I/OGravatar Li Dongyang 1-11/+14
2010-04-30Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Joel Becker 387-905/+1370
2010-04-30Inotify: Fix build failure in inotify user supportGravatar Ralf Baechle 1-0/+1
2010-04-29Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 6-9/+120
2010-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+1
2010-04-29xfs: add a shrinker to background inode reclaimGravatar Dave Chinner 6-9/+120
2010-04-29exofs: Fix "add bdi backing to mount session" fall outGravatar Boaz Harrosh 1-1/+1
2010-04-29fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCKGravatar Jens Axboe 1-0/+1
2010-04-29Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 5-22/+45
2010-04-29pktcdvd: improve BKL and compat_ioctl.c usageGravatar Arnd Bergmann 1-3/+0