summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-05-14NFS: Reduce the stack footprint of nfs_link()Trond Myklebust
2010-05-14NFS: Reduce stack footprint of nfs_readdir()Trond Myklebust
2010-05-14NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename()Trond Myklebust
2010-05-14NFS: Reduce stack footprint of nfs_revalidate_inode()Trond Myklebust
2010-05-14NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access()Trond Myklebust
2010-05-14NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sbTrond Myklebust
2010-05-14NFSv4: Reduce stack footprint of nfs4_get_root()Trond Myklebust
2010-05-14NFS: Reduce the stack footprint of nfs_follow_remote_path()Trond Myklebust
2010-05-14NFS: Reduce the stack footprint of nfs_lookupTrond Myklebust
2010-05-14NFSv4: Reduce the stack footprint of try_location()Trond Myklebust
2010-05-14NFS: Reduce the stack footprint of nfs_create_serverTrond Myklebust
2010-05-14NFS: Reduce the stack footprint of nfs_follow_mountpoint()Trond Myklebust
2010-05-14NFSv4: Eliminate nfs4_path_walk()Trond Myklebust
2010-05-14NFS: Add helper functions for allocating filehandles and fattr structsTrond Myklebust
2010-05-14Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-05-14inotify: don't leak user struct on inotify releasePavel Emelyanov
2010-05-14inotify: race use after free/double free in inotify inode marksEric Paris
2010-05-14inotify: clean up the inotify_add_watch out pathEric Paris
2010-05-13Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr...Linus Torvalds
2010-05-13nfsd4: implement reclaim_completeJ. Bruce Fields
2010-05-13nfsd4: nfsd4_destroy_session must set callback client under the state lockBenny Halevy
2010-05-13nfsd4: keep a reference count on client while in useBenny Halevy
2010-05-13nfsd4: mark_client_expiredBenny Halevy
2010-05-13nfsd4: introduce nfs4_client.cl_refcountBenny Halevy
2010-05-13vfs: Fix O_NOFOLLOW behavior for paths with trailing slashesJan Kara
2010-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-12CacheFiles: Fix error handling in cachefiles_determine_cache_security()David Howells
2010-05-12Inotify: undefined reference to `anon_inode_getfd'Russell King
2010-05-11ceph: preserve seq # on requeued messages after transient transport errorsSage Weil
2010-05-11ceph: fix cap removal racesSage Weil
2010-05-12[CIFS] drop quota operation stubsSteve French
2010-05-11nfsd4: refactor expire_clientBenny Halevy
2010-05-11nfsd4: extend the client_lock to cover cl_lruBenny Halevy
2010-05-11nfsd4: use list_move in move_to_confirmedBenny Halevy
2010-05-11nfsd4: fold release_session into expire_clientBenny Halevy
2010-05-11nfsd4: rename sessionid_lock to client_lockBenny Halevy
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-05-11ceph: zero unused message header, footer fieldsSage Weil
2010-05-11cifs: guard against hardlinking directoriesJeff Layton
2010-05-11CacheFiles: Fix occasional EIO on call to vfs_unlink()David Howells
2010-05-11ceph: fix locking for waking session requests after reconnectSage Weil
2010-05-11ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil
2010-05-11ceph: fix open file counting on snapped inodes when mds returns no capsSage Weil
2010-05-11ceph: unregister osd request on failureSage Weil
2010-05-11sched, wait: Use wrapper functionsChangli Gao
2010-05-11cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman
2010-05-11jbd2: use NULL instead of 0 when pointer is neededBill Pemberton
2010-05-10FS / libfs: Implement simple_write_to_bufferJiri Slaby
2010-05-10cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman