1. 81c5a68 cifs: ->rename() without ->lookup() makes no sense by Al Viro · 11 years ago
  2. 627bf81 get rid of pointless checks for NULL ->i_op by Al Viro · 11 years ago
  3. 05faf31 ntfs: don't put NULL into ->i_op/->i_fop by Al Viro · 11 years ago
  4. 5d826c8 new helper: readlink_copy() by Al Viro · 11 years ago
  5. 7f4b36f get rid of files_defer_init() by Al Viro · 11 years ago
  6. 4d35950 namei.c: move EXPORT_SYMBOL to corresponding definitions by Al Viro · 11 years ago
  7. 0018d8b get_write_access() is inlined, exporting it is pointless by Al Viro · 11 years ago
  8. 3f4d5a0 tidy do_dentry_open() up a bit by Al Viro · 11 years ago
  9. 83f936c mark struct file that had write access grabbed by open() by Al Viro · 11 years ago
  10. 0ccb286 fold __get_file_write_access() into its only caller by Al Viro · 11 years ago
  11. 4597e69 get rid of DEBUG_WRITECOUNT by Al Viro · 11 years ago
  12. dd20908 don't bother with {get,put}_write_access() on non-regular files by Al Viro · 11 years ago
  13. 44ba8406 ncpfs: switch to sockfd_lookup()/sockfd_put() by Al Viro · 11 years ago
  14. c7999c3 reduce m_start() cost... by Al Viro · 11 years ago
  15. f2ebb3a smarter propagate_mnt() by Al Viro · 11 years ago
  16. 38129a1 switch mnt_hash to hlist by Al Viro · 11 years ago
  17. 0b1b901 don't bother with propagate_mnt() unless the target is shared by Al Viro · 11 years ago
  18. 1d6a32a keep shadowed vfsmounts together by Al Viro · 11 years ago
  19. 0818bf2 resizable namespace.c hashes by Al Viro · 11 years ago
  20. d906074 ocfs2: check if cluster name exists before deref by Sasha Levin · 11 years ago
  21. 75c5a52 vfs: Allocate anon_inode_inode in anon_inode_init() by Jan Kara · 11 years ago
  22. fce7fc7 fs: remove now stale label in anon_inode_init() by Linus Torvalds · 11 years ago
  23. d6f2589 fs: Avoid userspace mounting anon_inodefs filesystem by Jan Kara · 11 years ago
  24. 632b06a Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  25. b37199e rcuwalk: recheck mount_lock after mountpoint crossing attempts by Al Viro · 11 years ago
  26. e825196 make prepend_name() work correctly when called with negative *buflen by Al Viro · 11 years ago
  27. 99aea68 vfs: Don't let __fdget_pos() get FMODE_PATH files by Eric Biggers · 11 years ago
  28. d7a15f8 vfs: atomic f_pos access in llseek() by Eric Biggers · 11 years ago
  29. 33807f4 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  30. 8712a00 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  31. d7d673a hfsplus: add HFSX subfolder count support by Sergei Antonov · 11 years ago
  32. 70335ab fs/proc/base.c: fix GPF in /proc/$PID/map_files by Artem Fetishev · 11 years ago
  33. e6a4b6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  34. bd2a31d get rid of fget_light() by Al Viro · 11 years ago
  35. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 11 years ago
  36. 1b56e98 ocfs2 syncs the wrong range... by Al Viro · 11 years ago
  37. fe9ea91 Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  38. 2a75184 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  39. 0418dae NFSv4: Fail the truncate() if the lock/open stateid is invalid by Trond Myklebust · 11 years ago
  40. 869a9d3 NFSv4.1 Fail data server I/O if stateid represents a lost lock by Andy Adamson · 11 years ago
  41. 927864c NFSv4: Fix the return value of nfs4_select_rw_stateid by Trond Myklebust · 11 years ago
  42. e1253be NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateid by Trond Myklebust · 11 years ago
  43. bd2c003 hfsplus: fix remount issue by Vyacheslav Dubeyko · 11 years ago
  44. 15c34a7 ocfs2: fix quota file corruption by Jan Kara · 11 years ago
  45. 668f9abb mm: close PageTail race by David Rientjes · 11 years ago
  46. 755a48a NFS: Fix a delegation callback race by Trond Myklebust · 11 years ago
  47. 3751c97 Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  48. b7e63a1 NFSv4: Fix another nfs4_sequence corruptor by Trond Myklebust · 11 years ago
  49. dca1c8d cifs: mask off top byte in get_rfc1002_length() by Jeff Layton · 11 years ago
  50. 8d75318 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  51. fed95ba sysfs: fix namespace refcnt leak by Li Zefan · 11 years ago
  52. ff57cd5 fsnotify: Allocate overflow events with proper type by Jan Kara · 11 years ago
  53. 482ef06 fanotify: Handle overflow in case of permission events by Jan Kara · 11 years ago
  54. 2513190 fsnotify: Fix detection whether overflow event is queued by Jan Kara · 11 years ago
  55. a26054d cifs: sanity check length of data to send before sending by Jeff Layton · 11 years ago
  56. 6b1168e CIFS: Fix wrong pos argument of cifs_find_lock_conflict by Pavel Shilovsky · 11 years ago
  57. 645ceee Merge branch 'xfs-fixes-for-3.14-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  58. 0dc83bd Revert "writeback: do not sync data dirtied after sync start" by Jan Kara · 11 years ago
  59. eec7089 bio-integrity: Drop bio_integrity_verify BUG_ON in post bip->bip_iter world by Nicholas Bellinger · 11 years ago
  60. 1362f4e quota: Fix race between dqput() and dquot_scan_active() by Jan Kara · 11 years ago
  61. 09ebb17 udf: Fix data corruption on file type conversion by Jan Kara · 11 years ago
  62. 6a4d07f Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  63. e95003c Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  64. 146d70c NFS fix error return in nfs4_select_rw_stateid by Andy Adamson · 11 years ago
  65. 5ef11eb xfs: limit superblock corruption errors to actual corruption by Eric Sandeen · 11 years ago
  66. daba542 xfs: skip verification on initial "guess" superblock read by Eric Sandeen · 11 years ago
  67. 7a01e707 xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sb by Eric Sandeen · 11 years ago
  68. 341bbdc Merge tag 'jfs-3.14-rc4' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  69. 805937c Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  70. 1406b91 nfsd: fix lost nfserrno() call in nfsd_setattr() by J. R. Okajima · 11 years ago
  71. 45a22f4 inotify: Fix reporting of cookies for inotify events by Jan Kara · 11 years ago
  72. 92e3b40 jbd2: fix use after free in jbd2_journal_start_reserved() by Dan Carpenter · 11 years ago
  73. 87eeff7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  74. 351a793 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  75. 7026f19 FS-Cache: Handle removal of unadded object to the fscache_object_list rb tree by David Howells · 11 years ago
  76. 416e2ab reiserfs: fix utterly brain-damaged indentation. by Dave Jones · 11 years ago
  77. 4d5f5df ceph: fix __dcache_readdir() by Yan, Zheng · 11 years ago
  78. 45195e4 ceph: add acl, noacl options for cephfs mount by Sage Weil · 11 years ago
  79. c969d9b ceph: make ceph_forget_all_cached_acls() static inline by Guangliang Zhao · 11 years ago
  80. b20a95a ceph: add missing init_acl() for mkdir() and atomic_open() by Yan, Zheng · 11 years ago
  81. 7a92d64 ceph: fix ceph_set_acl() by Yan, Zheng · 11 years ago
  82. 524186a ceph: fix ceph_removexattr() by Yan, Zheng · 11 years ago
  83. bcdfeb2 ceph: remove xattr when null value is given to setxattr() by Yan, Zheng · 11 years ago
  84. fbc0b97 ceph: properly handle XATTR_CREATE and XATTR_REPLACE by Yan, Zheng · 11 years ago
  85. 292f503 NFSv4: Use the correct net namespace in nfs4_update_server by Trond Myklebust · 11 years ago
  86. 19ea806 ext4: don't leave i_crtime.tv_sec uninitialized by Theodore Ts'o · 11 years ago
  87. 3962dfb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  88. 3d2660d ext4: fix online resize with a non-standard blocks per group setting by Theodore Ts'o · 11 years ago
  89. b93c953 ext4: fix online resize with very large inode tables by Theodore Ts'o · 11 years ago
  90. 93de4ba Btrfs: use right clone root offset for compressed extents by Filipe David Borba Manana · 11 years ago
  91. f085381 btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105 by Anand Jain · 11 years ago
  92. 2365c4e CIFS: Fix too big maxBuf size for SMB3 mounts by Pavel Shilovsky · 11 years ago
  93. 5d81de8 cifs: ensure that uncached writes handle unmapped areas correctly by Jeff Layton · 11 years ago
  94. 3a0dfa6 Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol by Josef Bacik · 11 years ago
  95. feb5f96 Btrfs: fix max_inline mount option by Mitch Harder · 11 years ago
  96. a9d2d4a Btrfs: fix a lockdep warning when cleaning up aborted transaction by Liu Bo · 11 years ago
  97. 11bcac8 Revert "btrfs: add ioctl to export size of global metadata reservation" by Chris Mason · 11 years ago
  98. 8ba7451 Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  99. 5e57dc8 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  100. 844fa1b jfs: set i_ctime when setting ACL by Dave Kleikamp · 11 years ago