1. 1fb254a xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT by Darrick J. Wong · 5 years ago
  2. b682716 fs/xfs: Fix return code of xfs_break_leased_layouts() by Ira Weiny · 5 years ago
  3. 5d888b4 xfs: fix reflink source file racing with directio writes by Darrick J. Wong · 5 years ago
  4. 4529e6d xfs: compat_ioctl: use compat_ptr() by Christoph Hellwig · 5 years ago
  5. 314e01a xfs: fall back to native ioctls for unhandled compat ones by Christoph Hellwig · 5 years ago
  6. 8612de3 xfs: don't crash on null attr fork xfs_bmapi_read by Darrick J. Wong · 5 years ago
  7. 858b44d xfs: remove more ondisk directory corruption asserts by Darrick J. Wong · 5 years ago
  8. 294fc7a fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve(). by Tetsuo Handa · 5 years ago
  9. afa1d96 xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibling() by Jia-Ju Bai · 5 years ago
  10. 2e616d9 xfs: fix stack contents leakage in the v1 inumber ioctls by Darrick J. Wong · 5 years ago
  11. 366a4e3 Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  12. f8c3500 Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  13. 9637d51 Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  14. 79ba2a2 xfs: sync up xfs_trans_inode with userspace by Eric Sandeen · 5 years ago
  15. 3f6d70e xfs: move xfs_trans_inode.c to libxfs/ by Eric Sandeen · 5 years ago
  16. 4ce9d18 Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  17. 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  18. 40f06c7 Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  19. 488ca3d xfs: chain bios the right way around in xfs_rw_bdev by Christoph Hellwig · 5 years ago
  20. 0df5c39 xfs: bump INUMBERS cursor correctly in xfs_inumbers_walk by Darrick J. Wong · 5 years ago
  21. 211bbf3 xfs: don't update lastino for FSBULKSTAT_SINGLE by Darrick J. Wong · 5 years ago
  22. b21fec4 xfs: disable map_sync for async flush by Pankaj Gupta · 5 years ago
  23. 036f463 xfs: online scrub needn't bother zeroing its temporary buffer by Darrick J. Wong · 5 years ago
  24. 6d6cced xfs: only allocate memory for scrubbing attributes when we need it by Darrick J. Wong · 5 years ago
  25. 0081675 xfs: refactor attr scrub memory allocation function by Darrick J. Wong · 5 years ago
  26. 3addd24 xfs: refactor extended attribute buffer pointer functions by Darrick J. Wong · 5 years ago
  27. 2c3b83d xfs: attribute scrub should use seen_enough to pass error values by Darrick J. Wong · 5 years ago
  28. bf3cb39 xfs: allow single bulkstat of special inodes by Darrick J. Wong · 5 years ago
  29. 13d59a2 xfs: specify AG in bulk req by Darrick J. Wong · 5 years ago
  30. fba9760 xfs: wire up the v5 inumbers ioctl by Darrick J. Wong · 5 years ago
  31. 0448b6f xfs: wire up new v5 bulkstat ioctls by Darrick J. Wong · 5 years ago
  32. 5f19c7f xfs: introduce v5 inode group structure by Darrick J. Wong · 5 years ago
  33. 7035f97 xfs: introduce new v5 bulkstat structure by Darrick J. Wong · 5 years ago
  34. 8bfe9d1 xfs: rename bulkstat functions by Darrick J. Wong · 5 years ago
  35. 6f71fb6 xfs: remove various bulk request typedef usage by Darrick J. Wong · 5 years ago
  36. a7a9250 fs: xfs: xfs_log: Change return type from int to void by Hariprasad Kelam · 5 years ago
  37. 3e5a428 xfs: poll waiting for quotacheck by Darrick J. Wong · 5 years ago
  38. 4078671 xfs: multithreaded iwalk implementation by Darrick J. Wong · 5 years ago
  39. 677717f xfs: refactor INUMBERS to use iwalk functions by Darrick J. Wong · 5 years ago
  40. 04b8fba xfs: refactor iwalk code to handle walking inobt records by Darrick J. Wong · 5 years ago
  41. 2b5eb82 xfs: refactor xfs_iwalk_grab_ichunk by Darrick J. Wong · 5 years ago
  42. 688f7c3 xfs: clean up long conditionals in xfs_iwalk_ichunk_ra by Darrick J. Wong · 5 years ago
  43. 5e29f3b xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino by Darrick J. Wong · 5 years ago
  44. da1d9e5 xfs: move bulkstat ichunk helpers to iwalk code by Darrick J. Wong · 5 years ago
  45. 938c710 xfs: calculate inode walk prefetch more carefully by Darrick J. Wong · 5 years ago
  46. 2810bd6 xfs: convert bulkstat to new iwalk infrastructure by Darrick J. Wong · 5 years ago
  47. f16fe3e xfs: bulkstat should copy lastip whenever userspace supplies one by Darrick J. Wong · 5 years ago
  48. ebd126a xfs: convert quotacheck to use the new iwalk functions by Darrick J. Wong · 5 years ago
  49. a211432 xfs: create simplified inode walk function by Darrick J. Wong · 5 years ago
  50. 5bb46e3 xfs: create iterator error codes by Darrick J. Wong · 5 years ago
  51. ca29be7 vfs: teach vfs_ioc_fssetxattr_check to check extent size hints by Darrick J. Wong · 5 years ago
  52. f991492 vfs: teach vfs_ioc_fssetxattr_check to check project id info by Darrick J. Wong · 5 years ago
  53. 7b0e492 vfs: create a generic checking function for FS_IOC_FSSETXATTR by Darrick J. Wong · 5 years ago
  54. 79d08f8 block: fix .bi_size overflow by Ming Lei · 5 years ago
  55. 73d30d4 xfs: remove XFS_TRANS_NOFS by Christoph Hellwig · 5 years ago
  56. fe64e0d xfs: simplify xfs_ioend_can_merge by Christoph Hellwig · 5 years ago
  57. 7dbae9f xfs: allow merging ioends over append boundaries by Christoph Hellwig · 5 years ago
  58. 0290d9c xfs: fix a comment typo in xfs_submit_ioend by Christoph Hellwig · 5 years ago
  59. 1fdafce xfs: remove the unused xfs_count_page_state declaration by Christoph Hellwig · 5 years ago
  60. 89b171a xfs: fix iclog allocation size by Christoph Hellwig · 5 years ago
  61. 250d4b4 xfs: remove unused header files by Eric Sandeen · 5 years ago
  62. adfb5fb xfs: implement cgroup aware writeback by Christoph Hellwig · 5 years ago
  63. a247373 xfs: simplify xfs_chain_bio by Christoph Hellwig · 5 years ago
  64. f327a00 xfs: account for log space when formatting new AGs by Darrick J. Wong · 5 years ago
  65. 8d90857 xfs: refactor free space btree record initialization by Darrick J. Wong · 5 years ago
  66. 7e36a3a xfs: always update params on small allocation by Brian Foster · 5 years ago
  67. 6691cd9 xfs: skip small alloc cntbt logic on NULL cursor by Brian Foster · 5 years ago
  68. c63cdd4 xfs: move small allocation helper by Brian Foster · 5 years ago
  69. 2a4f35f xfs: clean up small allocation helper by Brian Foster · 5 years ago
  70. caeaea9 xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c by Christoph Hellwig · 5 years ago
  71. 3cfce1e xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c by Christoph Hellwig · 5 years ago
  72. effd5e9 xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c by Christoph Hellwig · 5 years ago
  73. 81f4004 xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c by Christoph Hellwig · 5 years ago
  74. 73f0d23 xfs: merge xfs_bud_init into xfs_trans_get_bud by Christoph Hellwig · 5 years ago
  75. 60883447 xfs: merge xfs_rud_init into xfs_trans_get_rud by Christoph Hellwig · 5 years ago
  76. ebeb8e0 xfs: merge xfs_cud_init into xfs_trans_get_cud by Christoph Hellwig · 5 years ago
  77. 9c5e7c2 xfs: merge xfs_efd_init into xfs_trans_get_efd by Christoph Hellwig · 5 years ago
  78. 95cf0e4 xfs: remove a pointless comment duplicated above all xfs_item_ops instances by Christoph Hellwig · 5 years ago
  79. 89ae379 xfs: use a list_head for iclog callbacks by Christoph Hellwig · 5 years ago
  80. efe2330 xfs: remove the xfs_log_item_t typedef by Christoph Hellwig · 5 years ago
  81. b3b14aa xfs: don't cast inode_log_items to get the log_item by Christoph Hellwig · 5 years ago
  82. 9ce632a xfs: add a flag to release log items on commit by Christoph Hellwig · 5 years ago
  83. ddf9205 xfs: split iop_unlock by Christoph Hellwig · 5 years ago
  84. 195cd83 xfs: don't use xfs_trans_free_items in the commit path by Christoph Hellwig · 5 years ago
  85. 8e4b20e xfs: remove the dummy iop_push implementation for inode creation items by Christoph Hellwig · 5 years ago
  86. e8b78db xfs: don't require log items to implement optional methods by Christoph Hellwig · 5 years ago
  87. d15cbf2 xfs: stop using XFS_LI_ABORTED as a parameter flag by Christoph Hellwig · 5 years ago
  88. 086252c xfs: fix a trivial comment typo in xfs_trans_committed_bulk by Christoph Hellwig · 5 years ago
  89. dbd329f1 xfs: add struct xfs_mount pointer to struct xfs_buf by Christoph Hellwig · 5 years ago
  90. 8124b9b xfs: remove the b_io_length field in struct xfs_buf by Christoph Hellwig · 5 years ago
  91. e99b4bd xfs: properly type the b_log_item field in struct xfs_buf by Christoph Hellwig · 5 years ago
  92. 0564501 xfs: remove unused buffer cache APIs by Christoph Hellwig · 5 years ago
  93. 6e9b3dd xfs: stop using bp naming for log recovery buffers by Christoph Hellwig · 5 years ago
  94. 6ad5b32 xfs: use bios directly to read and write the log recovery buffers by Christoph Hellwig · 5 years ago
  95. 18ffb8c xfs: return an offset instead of a pointer from xlog_align by Christoph Hellwig · 5 years ago
  96. 1058d0f xfs: move the log ioend workqueue to struct xlog by Christoph Hellwig · 5 years ago
  97. 79b54d9 xfs: use bios directly to write log buffers by Christoph Hellwig · 5 years ago
  98. 2d15d2c xfs: make use of the l_targ field in struct xlog by Christoph Hellwig · 5 years ago
  99. abca1f3 xfs: remove the syncing argument from xlog_verify_iclog by Christoph Hellwig · 5 years ago
  100. 9b0489c xfs: update both stat counters together in xlog_sync by Christoph Hellwig · 5 years ago