aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds27-1245/+1228
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton3-0/+15
2010-05-17cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton1-1/+0
2010-05-17cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton1-0/+5
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds10-53/+104
2010-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+5
2010-05-15Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg1-0/+5
2010-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds6-26/+34
2010-05-15JFS: Free sbi memory in error pathJan Blunck1-7/+6
2010-05-15fs/sysv: dereferencing ERR_PTR()Dan Carpenter1-1/+1
2010-05-15Fix double-free in logfsAl Viro1-7/+7
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro3-11/+20
2010-05-14Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-8/+10
2010-05-14inotify: don't leak user struct on inotify releasePavel Emelyanov1-0/+2
2010-05-14inotify: race use after free/double free in inotify inode marksEric Paris1-3/+6
2010-05-14inotify: clean up the inotify_add_watch out pathEric Paris1-5/+2
2010-05-13Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French101-468/+975
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-2/+20
2010-05-13vfs: Fix O_NOFOLLOW behavior for paths with trailing slashesJan Kara1-2/+4
2010-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds12-49/+116
2010-05-12CacheFiles: Fix error handling in cachefiles_determine_cache_security()David Howells1-0/+4
2010-05-12Inotify: undefined reference to `anon_inode_getfd'Russell King1-0/+1
2010-05-11ceph: preserve seq # on requeued messages after transient transport errorsSage Weil2-1/+11
2010-05-11ceph: fix cap removal racesSage Weil2-9/+15
2010-05-12[CIFS] drop quota operation stubsSteve French1-107/+0
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt4-25/+1
2010-05-11ceph: zero unused message header, footer fieldsSage Weil1-1/+5
2010-05-11cifs: guard against hardlinking directoriesJeff Layton2-2/+20
2010-05-11CacheFiles: Fix occasional EIO on call to vfs_unlink()David Howells2-12/+87
2010-05-11ceph: fix locking for waking session requests after reconnectSage Weil1-13/+16
2010-05-11ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil5-9/+44
2010-05-11ceph: fix open file counting on snapped inodes when mds returns no capsSage Weil1-0/+4
2010-05-11ceph: unregister osd request on failureSage Weil1-2/+5
2010-05-11cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman1-4/+13
2010-05-10cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman1-2/+16
2010-05-10autofs4-2.6.34-rc1 - fix link_count usageIan Kent1-3/+2
2010-05-10cifs: remove unused parameter from cifs_posix_open_inode_helper()Suresh Jayaraman1-3/+2
2010-05-07Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-35/+51
2010-05-07logfs: handle powerfail on NAND flashJoern Engel4-29/+52
2010-05-07logfs: handle errors from get_mtd_device()Dan Carpenter1-0/+2
2010-05-07logfs: remove unused variableJoern Engel1-1/+0
2010-05-05ceph: don't use writeback_control in writepages completionSage Weil2-7/+0
2010-05-06[CIFS] Remove unused cifs_oplock_cachepSteve French2-14/+0
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton6-30/+26
2010-05-05cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton3-33/+52
2010-05-05logfs: fix syncJoern Engel2-4/+2
2010-05-05logfs: fix compile failureJoern Engel1-0/+4
2010-05-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds8-74/+110
2010-05-04ceph: unregister bdi before kill_anon_super releases device nameSage Weil1-7/+16
2010-05-04logfs: initialize li->li_refcountPrasad Joshi1-0/+1