1. 8130256 ceph: remove the bump of i_version by Jeff Layton · 7 years ago
  2. 080a330 ceph: present consistent fsid, regardless of arch endianness by Jeff Layton · 7 years ago
  3. c8a96a3 ceph: clean up spinlocking and list handling around cleanup_cap_releases() by Jeff Layton · 7 years ago
  4. bb0581f ceph: remove unused and redundant variable dropping by Colin Ian King · 7 years ago
  5. 76bd6ec ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap() by Ilya Dryomov · 7 years ago
  6. 933ad2c9 ceph: disable cached readdir after dropping positive dentry by Yan, Zheng · 7 years ago
  7. 7271efa ceph: fix bool initialization/comparison by Thomas Meyer · 7 years ago
  8. b3f8d68 ceph: handle 'session get evicted while there are file locks' by Yan, Zheng · 7 years ago
  9. 4deb14a ceph: optimize flock encoding during reconnect by Yan, Zheng · 7 years ago
  10. c6db847 ceph: make lock_to_ceph_filelock() static by Yan, Zheng · 7 years ago
  11. 89aa593 ceph: keep auth cap when inode has flocks or posix locks by Yan, Zheng · 7 years ago
  12. 88d8ff9 quota: be aware of error from dquot_initialize by Chao Yu · 7 years ago
  13. df27067 pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday() by Arnd Bergmann · 7 years ago
  14. 67f2519 fs: guard_bio_eod() needs to consider partitions by Greg Edwards · 7 years ago
  15. 3a0a529 block, scsi: Make SCSI quiesce and resume work reliably by Bart Van Assche · 7 years ago
  16. 0dd99ca f2fs: validate before set/clear free nat bitmap by LiFan · 7 years ago
  17. 19526d7 f2fs: avoid opened loop codes in __add_ino_entry by Chao Yu · 7 years ago
  18. 9627165 coredump: call do_unlinkat directly instead of sys_unlink by Christoph Hellwig · 7 years ago
  19. da2f136 fs: expose do_unlinkat for built-in callers by Christoph Hellwig · 7 years ago
  20. e145b35 ext4: take handling of EXT4_IOC_GROUP_ADD into a helper, get rid of set_fs() by Al Viro · 7 years ago
  21. d976807 ovl: remove unneeded arg from ovl_verify_origin() by Amir Goldstein · 7 years ago
  22. 5455f92 ovl: Put upperdentry if ovl_check_origin() fails by Vivek Goyal · 7 years ago
  23. ad20448 ovl: rename ufs to ofs by Miklos Szeredi · 7 years ago
  24. 4155c10 ovl: clean up getting lower layers by Miklos Szeredi · 7 years ago
  25. bca44b5 ovl: clean up workdir creation by Miklos Szeredi · 7 years ago
  26. 5064975 ovl: clean up getting upper layer by Miklos Szeredi · 7 years ago
  27. 520d7c8 ovl: move ovl_get_workdir() and ovl_get_lower_layers() by Miklos Szeredi · 7 years ago
  28. 6e88256 ovl: reduce the number of arguments for ovl_workdir_create() by Miklos Szeredi · 7 years ago
  29. c6fe625 ovl: change order of setup in ovl_fill_super() by Miklos Szeredi · 7 years ago
  30. a9075cd ovl: factor out ovl_free_fs() helper by Miklos Szeredi · 7 years ago
  31. 2d1d1da xfs: on failed mount, force-reclaim inodes after unmounting quota controls by Darrick J. Wong · 7 years ago
  32. d44b47f xfs: check the uniqueness of the AGFL entries by Darrick J. Wong · 7 years ago
  33. 65a7935 xfs: remove u_int* type usage by Darrick J. Wong · 7 years ago
  34. ae82968 xfs: handle zero entries case in xfs_iext_rebalance_leaf by Christoph Hellwig · 7 years ago
  35. 3e27c41 xfs: add comments documenting the rebalance algorithm by Christoph Hellwig · 7 years ago
  36. b9aee1d xfs: trivial indentation fixup for xfs_iext_remove_node by Christoph Hellwig · 7 years ago
  37. f1be313 xfs: remove a superflous assignment in xfs_iext_remove_node by Christoph Hellwig · 7 years ago
  38. fc258f4 xfs: add some comments to xfs_iext_insert/xfs_iext_insert_node by Christoph Hellwig · 7 years ago
  39. 43d193a xfs: fix number of records handling in xfs_iext_split_leaf by Christoph Hellwig · 7 years ago
  40. 4f0a03d3 f2fs: apply write hints to select the type of segments for buffered write by Hyunchul Lee · 7 years ago
  41. 2fbaa25 f2fs: introduce scan_curseg_cache for cleanup by Chao Yu · 7 years ago
  42. 9745657 f2fs: optimize the way of traversing free_nid_bitmap by Fan Li · 7 years ago
  43. 7498621 f2fs: keep scanning until enough free nids are acquired by Fan Li · 7 years ago
  44. 478f8da fs/xfs: Remove NULL check before kmem_cache_destroy by Tim Hansen · 7 years ago
  45. 4da4b10 xfs: only check da node header padding on v5 filesystems by Darrick J. Wong · 7 years ago
  46. a605e86 xfs: fix btree scrub deref check by Darrick J. Wong · 7 years ago
  47. 72f76f7 xfs: fix uninitialized return values in scrub code by Darrick J. Wong · 7 years ago
  48. 0a1e156 xfs: pass inode number to xfs_scrub_ino_set_{preen,warning} by Darrick J. Wong · 7 years ago
  49. 35ce852 xfs: refactor the directory data block bestfree checks by Darrick J. Wong · 7 years ago
  50. 95e6d41 ovl: grab reference to workbasedir early by Miklos Szeredi · 7 years ago
  51. f7e3a7d ovl: split out ovl_get_indexdir() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  52. c0d91fb ovl: split out ovl_get_lower_layers() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  53. 8ed61dc ovl: split out ovl_get_workdir() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  54. 21a3b31 ovl: split out ovl_get_upper() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  55. 53dbb0b ovl: split out ovl_get_lowerstack() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  56. 87ad447 ovl: split out ovl_get_workpath() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  57. 6ee8acf ovl: split out ovl_get_upperpath() from ovl_fill_super() by Miklos Szeredi · 7 years ago
  58. 8aafcb5 ovl: use path_put_init() in error paths for ovl_fill_super() by Miklos Szeredi · 7 years ago
  59. f30536f ovl: update cache version of impure parent on rename by Amir Goldstein · 7 years ago
  60. a0c5ad3 ovl: relax same fs constraint for constant st_ino by Amir Goldstein · 7 years ago
  61. ba1e563 ovl: return anonymous st_dev for lower inodes by Chandan Rajendra · 7 years ago
  62. 2a9c6d0 ovl: allocate anonymous devs for lowerdirs by Chandan Rajendra · 7 years ago
  63. b934363 ovl: re-structure overlay lower layers in-memory by Chandan Rajendra · 7 years ago
  64. ee023c3 ovl: move include of ovl_entry.h into overlayfs.h by Amir Goldstein · 7 years ago
  65. 07f6fff ovl: fix rmdir problem on non-merge dir with origin xattr by zhangyi (F) · 7 years ago
  66. 95e598e ovl: simplify ovl_check_empty_and_clear() by zhangyi (F) · 7 years ago
  67. b79e05a ovl: no direct iteration for dir with origin xattr by Amir Goldstein · 7 years ago
  68. 4eae06d ovl: lockdep annotate of nested OVL_I(inode)->lock by Amir Goldstein · 7 years ago
  69. 2325306 ext4: improve smp scalability for inode generation by Theodore Ts'o · 7 years ago
  70. bb02b18 ima: call ima_file_free() prior to calling fasync by Mimi Zohar · 7 years ago
  71. 46cdc6d vfs: fix mounting a filesystem with i_version by Mimi Zohar · 7 years ago
  72. 4670269 eCryptfs: constify attribute_group structures. by Arvind Yadav · 7 years ago
  73. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  74. 95da1b3a nfsd: deal with revoked delegations appropriately by Andrew Elble · 7 years ago
  75. 7e981a8 nfsd: use nfs->ns.inum as net ID by Vasily Averin · 7 years ago
  76. 256a89f nfds: avoid gettimeofday for nfssvc_boot time by Arnd Bergmann · 7 years ago
  77. 818a34e fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  78. cff7cb2 fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  79. a15dfcd fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  80. dc3033e lockd: double unregister of inetaddr notifiers by Vasily Averin · 7 years ago
  81. 53da6a5 nfsd4: catch some false session retries by J. Bruce Fields · 7 years ago
  82. 085def3 nfsd4: fix cached replies to solo SEQUENCE compounds by J. Bruce Fields · 7 years ago
  83. 2b2d878 debugfs: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  84. 3bce94f debugfs: add SPDX identifiers to all debugfs files by Greg Kroah-Hartman · 7 years ago
  85. 7d39bc5 debugfs: defer debugfs_fsdata allocation to first usage by Nicolai Stange · 7 years ago
  86. 154b9d7 debugfs: call debugfs_real_fops() only after debugfs_file_get() by Nicolai Stange · 7 years ago
  87. c9afbec debugfs: purge obsolete SRCU based removal protection by Nicolai Stange · 7 years ago
  88. 69d29f9 debugfs: convert to debugfs_file_get() and -put() by Nicolai Stange · 7 years ago
  89. 055ab8e debugfs: debugfs_real_fops(): drop __must_hold sparse annotation by Nicolai Stange · 7 years ago
  90. e9117a5 debugfs: implement per-file removal protection by Nicolai Stange · 7 years ago
  91. 7c8d469 debugfs: add support for more elaborate ->d_fsdata by Nicolai Stange · 7 years ago
  92. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  93. a5fd505 f2fs: trace checkpoint reason in fsync() by Chao Yu · 7 years ago
  94. e8ed90a f2fs: keep isize once block is reserved cross EOF by Chao Yu · 7 years ago
  95. 181fdfe xfs: mark xlog_verify_dest_ptr STATIC by Christoph Hellwig · 7 years ago
  96. e89fbb5 xfs: mark xlog_recover_check_summary STATIC by Christoph Hellwig · 7 years ago
  97. 4483eb5 xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr static by Christoph Hellwig · 7 years ago
  98. a61a2c8 xfs: remove unreachable error injection code in xfs_qm_dqget by Christoph Hellwig · 7 years ago
  99. afd7245 xfs: remove unused debug counts for xfs_lock_inodes by Christoph Hellwig · 7 years ago
  100. 4371155 xfs: mark xfs_errortag_ktype static by Christoph Hellwig · 7 years ago