1. 06b332a nfsd4: check backchannel attributes on create_session by J. Bruce Fields · 11 years ago
  2. 55c760c nfsd4: fix forechannel attribute negotiation by J. Bruce Fields · 11 years ago
  3. 373cd40 nfsd4: cleanup check_forechannel_attrs by J. Bruce Fields · 11 years ago
  4. 0c7c3e6 nfsd4: don't close read-write opens too soon by J. Bruce Fields · 11 years ago
  5. eb2099f nfsd4: release lockowners on last unlock in 4.1 case by J. Bruce Fields · 11 years ago
  6. bbc9c36 nfsd4: more sessions/open-owner-replay cleanup by J. Bruce Fields · 11 years ago
  7. 3d74e6a nfsd4: no need for replay_owner in sessions case by J. Bruce Fields · 11 years ago
  8. c383747 nfsd4: remove some redundant comments by J. Bruce Fields · 11 years ago
  9. 2c44a23 nfsd: use kmem_cache_free() instead of kfree() by Wei Yongjun · 11 years ago
  10. 9411b1d nfsd4: cleanup handling of nfsv4.0 closed stateid's by J. Bruce Fields · 11 years ago
  11. 41d2266 nfsd4: remove unused nfs4_check_deleg argument by J. Bruce Fields · 11 years ago
  12. e8c69d1 nfsd4: make del_recall_lru per-network-namespace by J. Bruce Fields · 11 years ago
  13. 68a3396 nfsd4: shut down more of delegation earlier by J. Bruce Fields · 11 years ago
  14. 8be2d23 nfsd4: minor cb_recall simplification by J. Bruce Fields · 11 years ago
  15. ff7c4b3 nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports error by fanchaoting · 11 years ago
  16. b022032 nfsd: don't run get_file if nfs4_preprocess_stateid_op return error by fanchaoting · 11 years ago
  17. 89876f8 nfsd: convert the file_hashtbl to a hlist by Jeff Layton · 11 years ago
  18. 66b2b9b nfsd4: don't destroy in-use session by J. Bruce Fields · 11 years ago
  19. 221a687 nfsd4: don't destroy in-use clients by J. Bruce Fields · 11 years ago
  20. 4f6e6c1 nfsd4: simplify bind_conn_to_session locking by J. Bruce Fields · 11 years ago
  21. abcdff0 nfsd4: fix destroy_session race by J. Bruce Fields · 11 years ago
  22. bfa85e83 nfsd4: clientid lookup cleanup by J. Bruce Fields · 11 years ago
  23. c0293b0 nfsd4: destroy_clientid simplification by J. Bruce Fields · 11 years ago
  24. 1ca5079 nfsd4: remove some dprintk's by J. Bruce Fields · 11 years ago
  25. 0eb6f20 nfsd4: STALE_STATEID cleanup by J. Bruce Fields · 11 years ago
  26. 7838904 nfsd4: warn on odd create_session state by J. Bruce Fields · 11 years ago
  27. 491402a nfsd: fix bug on nfs4 stateid deallocation by ycnian@gmail.com · 11 years ago
  28. 9c6bdbb nfsd: remove unused macro in nfsv4 by Yanchuan Nian · 11 years ago
  29. 2e4b723 nfsd4: fix use-after-free of 4.1 client on connection loss by J. Bruce Fields · 11 years ago
  30. b0a9d3a nfsd4: fix race on client shutdown by J. Bruce Fields · 11 years ago
  31. 9d313b1 nfsd4: handle seqid-mutating open errors from xdr decoding by J. Bruce Fields · 11 years ago
  32. b600de7 nfsd4: remove BUG_ON by J. Bruce Fields · 11 years ago
  33. 0733c7b nfsd: scale up the number of DRC hash buckets with cache size by Jeff Layton · 11 years ago
  34. 98d821b nfsd: keep stats on worst hash balancing seen so far by Jeff Layton · 11 years ago
  35. a2f999a nfsd: add new reply_cache_stats file in nfsdfs by Jeff Layton · 11 years ago
  36. 6c6910c nfsd: track memory utilization by the DRC by Jeff Layton · 11 years ago
  37. 9dc5614 nfsd: break out comparator into separate function by Jeff Layton · 11 years ago
  38. 0b9ea37 nfsd: eliminate one of the DRC cache searches by Jeff Layton · 11 years ago
  39. 64a817c nfsd4: reject "negative" acl lengths by J. Bruce Fields · 11 years ago
  40. e49dbbf nfsd: fix bad offset use by Kent Overstreet · 11 years ago
  41. ac534ff nfsd: fix startup order in nfsd_reply_cache_init by Jeff Layton · 11 years ago
  42. a517b60 nfsd: only unhash DRC entries that are in the hashtable by Jeff Layton · 11 years ago
  43. 0863702 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  44. 3b27759 Btrfs: fix warning of free_extent_map by Liu Bo · 11 years ago
  45. 40e4591 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  46. 7c2ec3f Btrfs: fix warning when creating snapshots by Liu Bo · 11 years ago
  47. 720f1e2 Btrfs: return as soon as possible when edquot happens by Wang Shilong · 11 years ago
  48. 492104c Btrfs: return EIO if we have extent tree corruption by Josef Bacik · 11 years ago
  49. bc17862 btrfs: use rcu_barrier() to wait for bdev puts at unmount by Eric Sandeen · 11 years ago
  50. d340d24 Btrfs: remove btrfs_try_spin_lock by Liu Bo · 11 years ago
  51. a09a0a7 Btrfs: get better concurrency for snapshot-aware defrag work by Liu Bo · 11 years ago
  52. aea8b5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  53. ebd6c70 nfsd: convert to idr_alloc() by Tejun Heo · 11 years ago
  54. 801cb2d nfsd: remove unused get_new_stid() by Tejun Heo · 11 years ago
  55. c288d29 ext2: Fix BUG_ON in evict() on inode deletion by Jan Kara · 11 years ago
  56. fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 11 years ago
  57. 8aec0f5 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 11 years ago
  58. a930d87 vfs: fix pipe counter breakage by Al Viro · 11 years ago
  59. af591ad reiserfs: Use kstrdup instead of kmalloc/strcpy by Ionut-Gabriel Radu · 11 years ago
  60. 8d0c2d1 ext3: Fix format string issues by Lars-Peter Clausen · 11 years ago
  61. 68ac8bf quota: add missing use of dq_data_lock in __dquot_initialize by Jeff Mahoney · 11 years ago
  62. 3e64fe5 fs: Limit sys_mount to only request filesystem modules. (Part 3) by Eric W. Biederman · 11 years ago
  63. bc07732 hostfs: fix a not needed double check by Marco Stornelli · 12 years ago
  64. 7293261 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  65. db04dc6 proc: Use nd_jump_link in proc_ns_follow_link by Eric W. Biederman · 11 years ago
  66. 0aefda3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  67. 67a865a Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  68. 7b54c16 vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink by Linus Torvalds · 11 years ago
  69. e2e091f Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  70. de3cb94 Btrfs: improve the delayed inode throttling by Chris Mason · 11 years ago
  71. 9141770 fs: Limit sys_mount to only request filesystem modules (Part 2). by Eric W. Biederman · 11 years ago
  72. 3a01aa7 Btrfs: fix a mismerge in btrfs_balance() by Ilya Dryomov · 11 years ago
  73. 067785c CIFS: Fix missing of oplock_read value in smb30_values structure by Pavel Shilovsky · 11 years ago
  74. 94e1800 cifs: don't try to unlock pagecache page after releasing it by Jeff Layton · 11 years ago
  75. 2518964 cifs: remove the sockopt= mount option by Jeff Layton · 11 years ago
  76. 2cc65e3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9 by Chris Mason · 11 years ago
  77. c483a98 cifs: Check server capability before attempting silly rename by Sachin Prabhu · 11 years ago
  78. 72d282d cifs: Fix bug when checking error condition in cifs_rename_pending_delete() by Sachin Prabhu · 11 years ago
  79. 154ea28 Btrfs: enforce min_bytes parameter during extent allocation by Chris Mason · 11 years ago
  80. 9b53157 Btrfs: allow running defrag in parallel to administrative tasks by Stefan Behrens · 11 years ago
  81. 66b6135 Btrfs: avoid deadlock on transaction waiting list by Liu Bo · 11 years ago
  82. 0f788c5 Btrfs: do not BUG_ON on aborted situation by Liu Bo · 11 years ago
  83. 2881894 Btrfs: do not BUG_ON in prepare_to_reloc by Liu Bo · 11 years ago
  84. e1a1267 Btrfs: free all recorded tree blocks on error by Liu Bo · 11 years ago
  85. aca1bba Btrfs: build up error handling for merge_reloc_roots by Liu Bo · 11 years ago
  86. 8f71f3e Btrfs: check for NULL pointer in updating reloc roots by Liu Bo · 11 years ago
  87. 00d71c9 Btrfs: fix unclosed transaction handler when the async transaction commitment fails by Miao Xie · 11 years ago
  88. aec8030 Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails by Miao Xie · 11 years ago
  89. 9bf7a48 Btrfs: use set_nlink if our i_nlink is 0 by Josef Bacik · 11 years ago
  90. 290502b eCryptfs: allow userspace messaging to be disabled by Kees Cook · 11 years ago
  91. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  92. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  93. 1c82315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  94. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  95. d7011f5 btrfs/raid56: Add missing #include <linux/vmalloc.h> by Geert Uytterhoeven · 11 years ago
  96. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  97. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  98. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  99. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  100. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago