1. 9cf514c nfsd: implement pNFS operations by Christoph Hellwig · 10 years ago
  2. 4d227fc nfsd: make find_any_file available outside nfs4state.c by Christoph Hellwig · 10 years ago
  3. e6ba76e nfsd: make find/get/put file available outside nfs4state.c by Christoph Hellwig · 10 years ago
  4. cd61c52 nfsd: make lookup/alloc/unhash_stid available outside nfs4state.c by Christoph Hellwig · 10 years ago
  5. 9558f25 nfsd: add fh_fsid_match helper by Christoph Hellwig · 10 years ago
  6. 4d94c2e nfsd: move nfsd_fh_match to nfsfh.h by Christoph Hellwig · 10 years ago
  7. 11afe9f fs: add FL_LAYOUT lease type by Christoph Hellwig · 10 years ago
  8. 2ab99ee fs: track fl_owner for leases by Christoph Hellwig · 10 years ago
  9. a584143 Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20 by J. Bruce Fields · 10 years ago
  10. 4c94e13 nfsd: factor out a helper to decode nfstime4 values by Christoph Hellwig · 10 years ago
  11. 3c51991 sunrpc/lockd: fix references to the BKL by Jeff Layton · 10 years ago
  12. bbc7f33 nfsd: fix year-2038 nfs4 state problem by J. Bruce Fields · 10 years ago
  13. 8116bf4 locks: update comments that refer to inode->i_flock by Jeff Layton · 10 years ago
  14. 3d8e560 locks: consolidate NULL i_flctx checks in locks_remove_file by Jeff Layton · 10 years ago
  15. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
  16. 7448cc3 locks: clean up the lm_change prototype by Jeff Layton · 10 years ago
  17. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  18. 8634b51 locks: convert lease handling to file_lock_context by Jeff Layton · 10 years ago
  19. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  20. 5263e31 locks: move flock locks to file_lock_context by Jeff Layton · 10 years ago
  21. c362781 ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locks by Jeff Layton · 10 years ago
  22. 4a075e3 locks: add a new struct file_locking_context pointer to struct inode by Jeff Layton · 10 years ago
  23. dd459bb locks: have locks_release_file use flock_lock_file to release generic flock locks by Jeff Layton · 10 years ago
  24. 6dee60f locks: add new struct list_head to struct file_lock by Jeff Layton · 10 years ago
  25. cb59670 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  26. 9179370 nfsd: nfs4state: Remove unused function by Rickard Strandqvist · 10 years ago
  27. 4cb7208 lockd: xdr: Remove unused function by Rickard Strandqvist · 10 years ago
  28. 52d304e locks: fix NULL-deref in generic_delete_lease by NeilBrown · 10 years ago
  29. 5ab551d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  30. dc9319f Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  31. 20ebb34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  32. 03c751a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  33. 536ebe9ca sched, fanotify: Deal with nested sleeps by Peter Zijlstra · 10 years ago
  34. 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 10 years ago
  35. 53dc20b ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file by Xue jiufei · 10 years ago
  36. eb4f73b ocfs2: remove bogus check in dlm_process_recovery_data by Joseph Qi · 10 years ago
  37. 0668ff5 ceph: use %zu for len in ceph_fill_inline_data() by Ilya Dryomov · 10 years ago
  38. 0ec016e nfsd4: tweak rd_dircount accounting by J. Bruce Fields · 10 years ago
  39. 67db103 nfsd: fi_delegees doesn't need to be an atomic_t by Jeff Layton · 10 years ago
  40. 94ae1db nfsd: fix fi_delegees leak when fi_had_conflict returns true by Jeff Layton · 10 years ago
  41. 3b421b8 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  42. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 10 years ago
  43. 21f6217 fuse: fix LOOKUP vs INIT compat handling by Miklos Szeredi · 10 years ago
  44. 363307e ext4: remove spurious KERN_INFO from ext4_warning call by Jakub Wilk · 10 years ago
  45. ad7fefb Revert "ext4: fix suboptimal seek_{data,hole} extents traversial" by Theodore Ts'o · 10 years ago
  46. 6f89605 Btrfs: don't delay inode ref updates during log replay by Chris Mason · 10 years ago
  47. a1317f4 Btrfs: correctly get tree level in tree_backref_for_extent by Filipe Manana · 10 years ago
  48. c7cfb8a Btrfs: call inode_dec_link_count() on mkdir error path by Wang Shilong · 10 years ago
  49. df95e7f Btrfs: abort transaction if we don't find the block group by Josef Bacik · 10 years ago
  50. 6b6d24b Btrfs, scrub: uninitialized variable in scrub_extent_for_parity() by Dan Carpenter · 10 years ago
  51. 5faa015 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  52. b9d4a35 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  53. 011fa99 ext4: prevent online resize with backup superblock by Theodore Ts'o · 10 years ago
  54. 9e6d722 cifs: make new inode cache when file type is different by Nakajima Akira · 10 years ago
  55. 3ee3039 udf: Reduce repeated dereferences by Jan Kara · 10 years ago
  56. e237ec3 udf: Check component length before reading it by Jan Kara · 10 years ago
  57. ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  58. 298647e Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 10 years ago
  59. 5c68eac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  60. ac88ee3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. 0e5cc9a udf: Check path length when reading symlink by Jan Kara · 10 years ago
  62. a1d47b2 udf: Verify symlink size before loading it by Jan Kara · 10 years ago
  63. e159332 udf: Verify i_size when loading inode by Jan Kara · 10 years ago
  64. 4e20246 isofs: Fix unchecked printing of ER records by Jan Kara · 10 years ago
  65. 018cb13 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  66. 136f49b ocfs2: fix journal commit deadlock by Junxiao Bi · 10 years ago
  67. 1e58958 ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_worker by Joseph Qi · 10 years ago
  68. f62f12b ocfs2: reflink: fix slow unlink for refcounted file by Junxiao Bi · 10 years ago
  69. 47f8f92 fs/proc/meminfo.c: include cma info in proc/meminfo by Pintu Kumar · 10 years ago
  70. 89ac9b4 hfsplus: fix longname handling by Sougata Santra · 10 years ago
  71. c297abf mnt: Fix a memory stomp in umount by Eric W. Biederman · 10 years ago
  72. 44e8967 Ceph: remove left-over reject file by Linus Torvalds · 10 years ago
  73. 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  74. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  75. d6666be Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  76. c103b21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  77. 0aeff37 ceph: fix setting empty extended attribute by Yan, Zheng · 10 years ago
  78. 275dd19 ceph: fix mksnap crash by Yan, Zheng · 10 years ago
  79. 021b77b ceph: do_sync is never initialized by Dan Carpenter · 10 years ago
  80. 65a2266 ceph: support inline data feature by Yan, Zheng · 10 years ago
  81. e20d258 ceph: flush inline version by Yan, Zheng · 10 years ago
  82. 28127bd ceph: convert inline data to normal data before data write by Yan, Zheng · 10 years ago
  83. 8370124 ceph: sync read inline data by Yan, Zheng · 10 years ago
  84. 3738daa ceph: fetch inline data when getting Fcr cap refs by Yan, Zheng · 10 years ago
  85. 01deead ceph: use getattr request to fetch inline data by Yan, Zheng · 10 years ago
  86. 31c542a ceph: add inline data to pagecache by Yan, Zheng · 10 years ago
  87. fb01d1f ceph: parse inline data in MClientReply and MClientCaps by Yan, Zheng · 10 years ago
  88. 715e4cd libceph: specify position of extent operation by Yan, Zheng · 10 years ago
  89. ca3995a ceph: remove unused stringification macros by Ilya Dryomov · 10 years ago
  90. 97c85a8 ceph: introduce global empty snap context by Yan, Zheng · 10 years ago
  91. 7cfa031 ceph: message versioning fixes by John Spray · 10 years ago
  92. 33d0733 libceph: message signature support by Yan, Zheng · 10 years ago
  93. e96a650 ceph, rbd: delete unnecessary checks before two function calls by SF Markus Elfring · 10 years ago
  94. 70db4f3 ceph: introduce a new inode flag indicating if cached dentries are ordered by Yan, Zheng · 10 years ago
  95. 9280be2 ceph: fix file lock interruption by Yan, Zheng · 10 years ago
  96. 9d4d657 vfs: make mounts and mountstats honor root dir like mountinfo does by Dmitry V. Levin · 10 years ago
  97. 9ad4dc4 vfs: cleanup show_mountinfo by Dmitry V. Levin · 12 years ago
  98. 7d65cf1 unfuck binfmt_misc.c (broken by commit e6084d4) by Al Viro · 10 years ago
  99. 5006217 vm_area_operations: kill ->migrate() by Al Viro · 10 years ago
  100. b1bc6d7 move_extent_per_page(): get rid of unused w_flags by Al Viro · 10 years ago