Age | Commit message (Expand) | Author |
2018-12-12 | xfs: precalculate cluster alignment in inodes and blocks | Darrick J. Wong |
2018-12-12 | xfs: precalculate inodes and blocks per inode cluster | Darrick J. Wong |
2018-12-12 | xfs: add a block to inode count converter | Darrick J. Wong |
2018-12-12 | xfs: remove xfs_rmap_ag_owner and friends | Darrick J. Wong |
2018-12-12 | xfs: const-ify xfs_owner_info arguments | Darrick J. Wong |
2018-12-12 | xfs: streamline defer op type handling | Darrick J. Wong |
2018-12-12 | xfs: idiotproof defer op type configuration | Darrick J. Wong |
2018-12-12 | xfs: zero length symlinks are not valid | Dave Chinner |
2018-12-12 | xfs: clean up indentation issues, remove an unwanted space | Colin Ian King |
2018-12-12 | xfs: libxfs: move xfs_perag_put late | Pan Bian |
2018-12-12 | xfs: split up the xfs_reflink_end_cow work into smaller transactions | Darrick J. Wong |
2018-12-04 | xfs: fix inverted return from xfs_btree_sblock_verify_crc | Eric Sandeen |
2018-12-04 | xfs: fix PAGE_MASK usage in xfs_free_file_space | Darrick J. Wong |
2018-11-26 | fs/xfs: fix f_ffree value for statfs when project quota is set | Ye Yin |
2018-11-21 | xfs: delalloc -> unwritten COW fork allocation can go wrong | Dave Chinner |
2018-11-21 | xfs: flush removing page cache in xfs_reflink_remap_prep | Dave Chinner |
2018-11-20 | xfs: extent shifting doesn't fully invalidate page cache | Dave Chinner |
2018-11-20 | xfs: finobt AG reserves don't consider last AG can be a runt | Dave Chinner |
2018-11-20 | xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers | Dave Chinner |
2018-11-20 | xfs: uncached buffer tracing needs to print bno | Dave Chinner |
2018-11-19 | xfs: make xfs_file_remap_range() static | Eric Biggers |
2018-11-19 | xfs: fix shared extent data corruption due to missing cow reservation | Brian Foster |
2018-11-06 | xfs: fix overflow in xfs_attr3_leaf_verify | Dave Chinner |
2018-11-06 | xfs: print buffer offsets when dumping corrupt buffers | Darrick J. Wong |
2018-11-06 | xfs: Fix error code in 'xfs_ioc_getbmap()' | Christophe JAILLET |
2018-11-02 | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-10-30 | xfs: remove [cm]time update from reflink calls | Darrick J. Wong |
2018-10-30 | xfs: remove xfs_reflink_remap_range | Darrick J. Wong |
2018-10-30 | xfs: remove redundant remap partial EOF block checks | Darrick J. Wong |
2018-10-30 | xfs: support returning partial reflink results | Darrick J. Wong |
2018-10-30 | xfs: clean up xfs_reflink_remap_blocks call site | Darrick J. Wong |
2018-10-30 | xfs: fix pagecache truncation prior to reflink | Darrick J. Wong |
2018-10-30 | vfs: clean up generic_remap_file_range_prep return value | Darrick J. Wong |
2018-10-30 | vfs: make remap_file_range functions take and return bytes completed | Darrick J. Wong |
2018-10-30 | vfs: remap helper should update destination inode metadata | Darrick J. Wong |
2018-10-30 | vfs: pass remap flags to generic_remap_file_range_prep | Darrick J. Wong |
2018-10-30 | vfs: combine the clone and dedupe into a single remap_file_range | Darrick J. Wong |
2018-10-30 | vfs: rename vfs_clone_file_prep to be more descriptive | Darrick J. Wong |
2018-10-30 | vfs: check file ranges before cloning files | Darrick J. Wong |
2018-10-18 | xfs: cancel COW blocks before swapext | Christoph Hellwig |
2018-10-18 | xfs: clear ail delwri queued bufs on unmount of shutdown fs | Brian Foster |
2018-10-18 | xfs: use offsetof() in place of offset macros for __xfsstats | Carlos Maiolino |
2018-10-18 | xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat | Carlos Maiolino |
2018-10-18 | xfs: fix use-after-free race in xfs_buf_rele | Dave Chinner |
2018-10-18 | xfs: Add attibute remove and helper functions | Allison Henderson |
2018-10-18 | xfs: Add attibute set and helper functions | Allison Henderson |
2018-10-18 | xfs: Add helper function xfs_attr_try_sf_addname | Allison Henderson |
2018-10-18 | xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h | Allison Henderson |
2018-10-18 | xfs: issue log message on user force shutdown | Dave Chinner |
2018-10-18 | xfs: fix buffer state management in xrep_findroot_block | Darrick J. Wong |