1. 6e702a5 xfs: remove xfs_bmapi_write() dfops param by Brian Foster · 6 years ago
  2. 175d1a0 xfs: use ->t_dfops for all xfs_bmapi_write() callers by Brian Foster · 6 years ago
  3. 2ba1372 xfs: use ->t_dfops in dqalloc transaction by Brian Foster · 6 years ago
  4. 32a9b7c xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove by Brian Foster · 6 years ago
  5. d76e6ce xfs: use ->t_dfops in extent split tx and remove param by Brian Foster · 6 years ago
  6. 0bd6207 xfs: remove dfops param in attr fork add path by Brian Foster · 6 years ago
  7. 40d03ac xfs: use ->t_dfops for attr set/remove operations by Brian Foster · 6 years ago
  8. 813d08c xfs: use ->t_dfops for recovery of [b|c]ui log items by Brian Foster · 6 years ago
  9. c9cfdb3 xfs: remove dfops param from high level dirname calls by Brian Foster · 6 years ago
  10. 0e0417f xfs: remove dfops parameter from ifree call stack by Brian Foster · 6 years ago
  11. 6aa6718 xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops by Brian Foster · 6 years ago
  12. 8a74938 xfs: cow unwritten conversion uses uninitialized dfops by Brian Foster · 6 years ago
  13. 98c1a7c0 xfs: update my copyrights for the writeback and iomap code by Christoph Hellwig · 6 years ago
  14. 82cb141 xfs: add support for sub-pagesize writeback without buffer_heads by Christoph Hellwig · 6 years ago
  15. 9dc55f1 iomap: add support for sub-pagesize buffered I/O without buffer heads by Christoph Hellwig · 6 years ago
  16. ac8ee54 xfs: allow writeback on pages without buffer heads by Christoph Hellwig · 6 years ago
  17. 8e1f065 xfs: refactor the tail of xfs_writepage_map by Christoph Hellwig · 6 years ago
  18. 1b65d3dd xfs: remove xfs_start_page_writeback by Christoph Hellwig · 6 years ago
  19. 6d465e8 xfs: move all writeback buffer_head manipulation into xfs_map_at_offset by Christoph Hellwig · 6 years ago
  20. 3faed66 xfs: don't look at buffer heads in xfs_add_to_ioend by Christoph Hellwig · 6 years ago
  21. 889c65b xfs: remove the imap_valid flag by Christoph Hellwig · 6 years ago
  22. 3345746 xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly by Christoph Hellwig · 6 years ago
  23. 060d4ea xfs: remove xfs_reflink_find_cow_mapping by Christoph Hellwig · 6 years ago
  24. c3a2f9f xfs: remove the now unused XFS_BMAPI_IGSTATE flag by Christoph Hellwig · 6 years ago
  25. e2f6ad4 xfs: make xfs_writepage_map extent map centric by Dave Chinner · 6 years ago
  26. 6a4c950 xfs: rename the offset variable in xfs_writepage_map by Christoph Hellwig · 6 years ago
  27. 5c665e5 xfs: remove xfs_map_cow by Christoph Hellwig · 6 years ago
  28. fca8c80 xfs: remove xfs_reflink_trim_irec_to_next_cow by Christoph Hellwig · 6 years ago
  29. a7b28f7 xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks by Christoph Hellwig · 6 years ago
  30. c57371a xfs: don't clear imap_valid for a non-uptodate buffers by Christoph Hellwig · 6 years ago
  31. 91cdfd1 xfs: do not set the page uptodate in xfs_writepage_map by Christoph Hellwig · 6 years ago
  32. d438017 xfs: move locking into xfs_bmap_punch_delalloc_range by Christoph Hellwig · 6 years ago
  33. 0362572 xfs: simplify xfs_aops_discard_page by Christoph Hellwig · 6 years ago
  34. 8b2e77c xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages by Christoph Hellwig · 6 years ago
  35. c2efdfc Merge branch 'iomap-4.19-merge' into xfs-4.19-merge by Darrick J. Wong · 6 years ago
  36. 70a2dc6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  37. b2d44d1 Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  38. 0fa3ecd Fix up non-directory creation in SGID directories by Linus Torvalds · 7 years ago
  39. 729c0c9 cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf() by Stefano Brivio · 7 years ago
  40. 7ffbe65 cifs: Fix infinite loop when using hard mount option by Paulo Alcantara · 7 years ago
  41. f46ecbd cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting by Stefano Brivio · 7 years ago
  42. 6aa0c11 cifs: Fix memory leak in smb2_set_ea() by Paulo Alcantara · 7 years ago
  43. 81f39f9 cifs: fix SMB1 breakage by Ronnie Sahlberg · 7 years ago
  44. 8de8c46 cifs: Fix validation of signed data in smb2 by Paulo Alcantara · 7 years ago
  45. 27c32b4 cifs: Fix validation of signed data in smb3+ by Paulo Alcantara · 7 years ago
  46. 696e420 cifs: Fix use after free of a mid_q_entry by Lars Persson · 7 years ago
  47. d02d21e autofs: rename 'autofs' module back to 'autofs4' by Linus Torvalds · 7 years ago
  48. 1e2c043 userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access by Janosch Frank · 7 years ago
  49. 806a147 iomap: add inline data support to iomap_readpage_actor by Andreas Gruenbacher · 7 years ago
  50. ec181f6 iomap: support direct I/O to inline data by Andreas Gruenbacher · 7 years ago
  51. 0923043 iomap: refactor iomap_dio_actor by Christoph Hellwig · 7 years ago
  52. a17712c ext4: check superblock mapped prior to committing by Jon Derrick · 7 years ago
  53. d3bc0e67f8 Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  54. 4a770e6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  55. 7886953 Merge tag 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  56. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  57. e4e7ede Btrfs: fix mount failure when qgroup rescan is in progress by Filipe Manana · 7 years ago
  58. 717beb9 Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversion by Chris Mason · 7 years ago
  59. 6f7de19 btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf by Qu Wenruo · 7 years ago
  60. 877f919 proc: add proc_seq_release by Chunyu Hu · 7 years ago
  61. f574943 Merge tag 'xfs-4.18-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  62. 8b8f53a ceph: fix dentry leak in splice_dentry() by Yan, Zheng · 7 years ago
  63. 84bfed4 Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  64. d8cb5e4 xfs: fix fdblocks accounting w/ RMAPBT per-AG reservation by Darrick J. Wong · 7 years ago
  65. e53c4b5 xfs: ensure post-EOF zeroing happens after zeroing part of a file by Darrick J. Wong · 7 years ago
  66. a3a374b xfs: fix off-by-one error in xfs_rtalloc_query_range by Darrick J. Wong · 7 years ago
  67. 232d0a2 xfs: fix uninitialized field in rtbitmap fsmap backend by Darrick J. Wong · 7 years ago
  68. 5bd88d1 xfs: recheck reflink state after grabbing ILOCK_SHARED for a write by Darrick J. Wong · 7 years ago
  69. f62cb48 xfs: don't allow insert-range to shift extents past the maximum offset by Darrick J. Wong · 7 years ago
  70. aafe12c xfs: don't trip over negative free space in xfs_reserve_blocks by Darrick J. Wong · 7 years ago
  71. 10ee252 xfs: allow empty transactions while frozen by Darrick J. Wong · 7 years ago
  72. c5b4a50 Btrfs: fix return value on rename exchange failure by Filipe Manana · 7 years ago
  73. 894b8c0 Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  74. e53946d xfs: xfs_iflush_abort() can be called twice on cluster writeback failure by Dave Chinner · 7 years ago
  75. 23fcb33 xfs: More robust inode extent count validation by Dave Chinner · 7 years ago
  76. e2ac836 xfs: simplify xfs_bmap_punch_delalloc_range by Christoph Hellwig · 7 years ago
  77. 27db64f6 Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  78. 22883dd btrfs: fix invalid-free in btrfs_extent_same by Lu Fengqi · 7 years ago
  79. f098631 Btrfs: fix physical offset reported by fiemap for inline extents by Filipe Manana · 7 years ago
  80. c03cea4 iomap: add initial support for writes without buffer heads by Christoph Hellwig · 7 years ago
  81. 6c1e4d0 udf: Drop unused arguments of udf_delete_aext() by Jan Kara · 7 years ago
  82. f2e8334 udf: Provide function for calculating dir entry length by Jan Kara · 7 years ago
  83. fa65653 udf: Detect incorrect directory size by Jan Kara · 7 years ago
  84. 27e6ed5 ext2: add warning when specifying nocheck option by Chengguang Xu · 7 years ago
  85. 1822193 quota: Cleanup list iteration in dqcache_shrink_scan() by Jan Kara · 7 years ago
  86. 9560ba3 quota: reclaim least recently used dquots by Greg Thelen · 7 years ago
  87. f5b6534 proc: fix missing final NUL in get_mm_cmdline() rewrite by Linus Torvalds · 7 years ago
  88. 72b4daa iomap: add an iomap-based readpage and readpages implementation by Christoph Hellwig · 7 years ago
  89. 63899c6 iomap: add a page_done callback by Christoph Hellwig · 7 years ago
  90. 19e0c58 iomap: generic inline data handling by Andreas Gruenbacher · 7 years ago
  91. ebf00be iomap: complete partial direct I/O writes synchronously by Andreas Gruenbacher · 7 years ago
  92. 3d7b6b21 iomap: mark newly allocated buffer heads as new by Andreas Gruenbacher · 7 years ago
  93. a6d639d fs: factor out a __generic_write_end helper by Christoph Hellwig · 7 years ago
  94. 7b0df92 pNFS/flexfiles: Process writeback resends from nfsiod context as well by Trond Myklebust · 7 years ago
  95. 42f86b4 pNFS/flexfiles: Don't tie up all the rpciod threads in resends by Trond Myklebust · 7 years ago
  96. c8bf707 pNFS: Don't send layoutreturn if the layout is already invalid by Trond Myklebust · 7 years ago
  97. 2dbf8df pNFS: Always free the session slot on error in nfs4_layoutget_handle_exception by Trond Myklebust · 7 years ago
  98. ba4dbde Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 7 years ago
  99. 9ffc59d Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  100. bfe0a5f ext4: add more mount time checks of the superblock by Theodore Ts'o · 7 years ago