1. 17caf95 ocfs2: add the missing return value check of ocfs2_xattr_get_clusters by Joseph Qi · 11 years ago
  2. 4704aa3 ocfs2: fix a memory leak in __ocfs2_move_extents() by Jie Liu · 11 years ago
  3. 2b0f6ea ocfs2: add missing return value check of ocfs2_get_clusters() by Joseph Qi · 11 years ago
  4. 3d94ea5 ocfs2: clean up dead code in ocfs2_acl_from_xattr() by Joseph Qi · 11 years ago
  5. df53cd3 ocfs2: use list_for_each_entry() instead of list_for_each() by Dong Fang · 11 years ago
  6. 8dd7903 fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferences by Sunil Mushran · 11 years ago
  7. 7e9b793 ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPC by Younger Liu · 11 years ago
  8. 98ac912 ocfs2: dlm_request_all_locks() should deal with the status sent from target node by Xue jiufei · 11 years ago
  9. f17c20d ocfs2: use i_size_read() to access i_size by Junxiao Bi · 11 years ago
  10. 2b1e55c ocfs2: lighten up allocate transaction by Younger Liu · 11 years ago
  11. 2b76db6 Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  12. 53bf710 Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 11 years ago
  13. 312cd95 NFSv4.1: sp4_mach_cred: WARN_ON -> WARN_ON_ONCE by Weston Andros Adamson · 11 years ago
  14. ade33ff NFSv4.1: sp4_mach_cred: no need to ref count creds by Weston Andros Adamson · 11 years ago
  15. 7cb852d NFSv4.1: fix SECINFO* use of put_rpccred by Weston Andros Adamson · 11 years ago
  16. a027962 NFSv4.1: sp4_mach_cred: ask for WRITE and COMMIT by Weston Andros Adamson · 11 years ago
  17. cf59676 Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  18. f5e1dd3 super: fix for destroy lrus by Glauber Costa · 11 years ago
  19. 5ca302c list_lru: dynamically adjust node arrays by Glauber Costa · 11 years ago
  20. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  21. 3516341 xfs: fix dquot isolation hang by Dave Chinner · 11 years ago
  22. 2f5b56f xfs-convert-dquot-cache-lru-to-list_lru-fix by Andrew Morton · 11 years ago
  23. cd56a39 xfs: convert dquot cache lru to list_lru by Dave Chinner · 11 years ago
  24. a408235 xfs: rework buffer dispose list tracking by Dave Chinner · 11 years ago
  25. addbda4 xfs-convert-buftarg-lru-to-generic-code-fix by Andrew Morton · 11 years ago
  26. e80dfa1 xfs: convert buftarg LRU to generic code by Dave Chinner · 11 years ago
  27. 9b17c62 fs: convert inode and dentry shrinking to be node aware by Dave Chinner · 11 years ago
  28. 0ce3d74 shrinker: add node awareness by Dave Chinner · 11 years ago
  29. 4e717f5 list_lru: remove special case function list_lru_dispose_all. by Glauber Costa · 11 years ago
  30. f604156 dcache: convert to use new lru list infrastructure by Dave Chinner · 11 years ago
  31. d38fa69 inode: move inode to a different list inside lock by Glauber Costa · 11 years ago
  32. bc3b14c inode: convert inode lru list to generic lru list code. by Dave Chinner · 11 years ago
  33. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
  34. dd1f6b2 dcache: remove dentries from LRU before putting on dispose list by Dave Chinner · 11 years ago
  35. 1915684 dentry: move to per-sb LRU locks by Dave Chinner · 11 years ago
  36. 62d36c7 dcache: convert dentry_stat.nr_unused to per-cpu counters by Dave Chinner · 11 years ago
  37. 55f841c super: fix calculation of shrinkable objects for small numbers by Glauber Costa · 11 years ago
  38. 3942c07 fs: bump inode and dentry counters to long by Glauber Costa · 11 years ago
  39. da5338c Add missing unlocks to error paths of mountpoint_last. by Dave Jones · 11 years ago
  40. bcce56d ... and fold the renamed __vfs_follow_link() into its only caller by Al Viro · 11 years ago
  41. aac34df fs: remove vfs_follow_link by Christoph Hellwig · 11 years ago
  42. b05430f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  43. d0d2727 vfs: make sure we don't have a stale root path if unlazy_walk() fails by Linus Torvalds · 11 years ago
  44. 74ffa79 xfs: don't assert fail on bad inode numbers by Dave Chinner · 11 years ago
  45. 46f9d2e xfs: aborted buf items can be in the AIL. by Dave Chinner · 11 years ago
  46. fdd3cce xfs: factor all the kmalloc-or-vmalloc fallback allocations by Dave Chinner · 11 years ago
  47. 2dc164f xfs: fix memory allocation failures with ACLs by Dave Chinner · 11 years ago
  48. 0a4edc8 xfs: ensure we copy buffer type in da btree root splits by Dave Chinner · 11 years ago
  49. daf7b79 xfs: set remote symlink buffer type for recovery by Dave Chinner · 11 years ago
  50. 638f4416 xfs: recovery of swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  51. 9f79fb4 NFSv4.1 fix decode_free_stateid by Andy Adamson · 11 years ago
  52. 9c89d62 fscache: check consistency does not decrement refcount by Milosz Tanski · 11 years ago
  53. 21b5c97 xfs: swap extents operations for CRC filesystems by Dave Chinner · 11 years ago
  54. 42873b0 CIFS: Respect epoch value from create lease context v2 by Pavel Shilovsky · 11 years ago
  55. f047390 CIFS: Add create lease v2 context for SMB3 by Pavel Shilovsky · 11 years ago
  56. b5c7cde CIFS: Move parsing lease buffer to ops struct by Pavel Shilovsky · 11 years ago
  57. a41a28b CIFS: Move creating lease buffer to ops struct by Pavel Shilovsky · 11 years ago
  58. 53ef101 CIFS: Store lease state itself rather than a mapped oplock value by Pavel Shilovsky · 11 years ago
  59. 0f295a2 xfs: check magic numbers in dir3 leaf verifier first by Dave Chinner · 11 years ago
  60. a30b036 xfs: fix some minor sparse warnings by Dave Chinner · 11 years ago
  61. e9fbbad xfs: fix endian warning in xlog_recover_get_buf_lsn() by Dave Chinner · 11 years ago
  62. 48f5ec2 split read_seqretry_or_unlock(), convert d_walk() to resulting primitives by Al Viro · 11 years ago
  63. 300893b Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  64. 45150c4 direct-io: Use return from cmpxchg to decide of assignment happened by Olof Johansson · 11 years ago
  65. 232d2d6 dcache: Translating dentry into pathname without taking rename_lock by Waiman Long · 11 years ago
  66. d9b2c87 aio: rcu_read_lock protection for new rcu_dereference calls by Artem Savkov · 11 years ago
  67. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  68. 16d70e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  69. 6c337ad Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  70. 6cccc7d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  71. 20e029d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
  72. d6c355c aio: fix race in ring buffer page lookup introduced by page migration support by Benjamin LaHaise · 11 years ago
  73. ac83871 autofs4 - fix device ioctl mount lookup by Ian Kent · 11 years ago
  74. e5c832d vfs: fix dentry RCU to refcounting possibly sleeping dput() by Linus Torvalds · 11 years ago
  75. 2d86465 introduce kern_path_mountpoint() by Al Viro · 11 years ago
  76. 197df04 rename user_path_umountat() to user_path_mountpoint_at() by Al Viro · 11 years ago
  77. 3575952 take unlazy_walk() into umount_lookup_last() by Al Viro · 11 years ago
  78. 18cceb6 CIFS: Replace clientCanCache* bools with an integer by Pavel Shilovsky · 11 years ago
  79. 0d98439 vfs: use lockred "dead" flag to mark unrecoverably dead dentries by Linus Torvalds · 11 years ago
  80. 8aab6a2 vfs: reorganize dput() memory accesses by Linus Torvalds · 11 years ago
  81. 77993be [CIFS] quiet sparse compile warning by Steve French · 11 years ago
  82. 32811d2 cifs: Start using per session key for smb2/3 for signature generation by Shirish Pargaonkar · 11 years ago
  83. 5c234aa cifs: Add a variable specific to NTLMSSP for key exchange. by Shirish Pargaonkar · 11 years ago
  84. d4e63bd cifs: Process post session setup code in respective dialect functions. by Shirish Pargaonkar · 11 years ago
  85. 31f92e9 CIFS: convert to use le32_add_cpu() by Wei Yongjun · 11 years ago
  86. 933d4b3 CIFS: Fix missing lease break by Pavel Shilovsky · 11 years ago
  87. 1a05096 CIFS: Fix a memory leak when a lease break comes by Pavel Shilovsky · 11 years ago
  88. ec71e0e cifs: convert case-insensitive dentry ops to use new case conversion routines by Jeff Layton · 11 years ago
  89. c2ccf53 cifs: add new case-insensitive conversion routines that are based on wchar_t's by Jeff Layton · 11 years ago
  90. cdf1246 cifs: Move and expand MAX_SERVER_SIZE definition by Scott Lovenberg · 11 years ago
  91. 8c3a2b4 cifs: Move string length definitions to uapi by Scott Lovenberg · 11 years ago
  92. d244bf2 CIFS: Implement follow_link for nounix CIFS mounts by Pavel Shilovsky · 11 years ago
  93. b42bf88 CIFS: Implement follow_link for SMB2 by Pavel Shilovsky · 11 years ago
  94. 3ae35cd cifs: display iocharset= option in /proc/mounts by Jeff Layton · 11 years ago
  95. 30706a5 cifs: create a new Documentation/ directory and move docfiles into it by Jeff Layton · 11 years ago
  96. 73e216a cifs: ensure that srv_mutex is held when dealing with ssocket pointer by Jeff Layton · 11 years ago
  97. d040790 prune_super(): sb->s_op is never NULL by Al Viro · 11 years ago
  98. dfc59e2c exportfs: don't assume that ->iterate() won't feed us too long entries by Al Viro · 11 years ago
  99. 5d8943b afs: get rid of redundant ->d_name.len checks by Al Viro · 11 years ago
  100. b1b3e13 NFSv4: use mach cred for SECINFO_NO_NAME w/ integrity by Weston Andros Adamson · 11 years ago