Age | Commit message (Expand) | Author | Files | Lines |
2018-10-30 | vfs: pass remap flags to generic_remap_file_range_prep | Darrick J. Wong | 3 | -12/+14 |
2018-10-30 | vfs: combine the clone and dedupe into a single remap_file_range | Darrick J. Wong | 1 | -16/+7 |
2018-10-30 | vfs: rename vfs_clone_file_prep to be more descriptive | Darrick J. Wong | 1 | -1/+1 |
2018-10-30 | vfs: check file ranges before cloning files | Darrick J. Wong | 1 | -1/+1 |
2018-10-18 | xfs: cancel COW blocks before swapext | Christoph Hellwig | 1 | -0/+6 |
2018-10-18 | xfs: clear ail delwri queued bufs on unmount of shutdown fs | Brian Foster | 2 | -6/+29 |
2018-10-18 | xfs: use offsetof() in place of offset macros for __xfsstats | Carlos Maiolino | 2 | -49/+31 |
2018-10-18 | xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat | Carlos Maiolino | 1 | -1/+1 |
2018-10-18 | xfs: fix use-after-free race in xfs_buf_rele | Dave Chinner | 1 | -1/+37 |
2018-10-18 | xfs: Add attibute remove and helper functions | Allison Henderson | 2 | -11/+26 |
2018-10-18 | xfs: Add attibute set and helper functions | Allison Henderson | 4 | -87/+115 |
2018-10-18 | xfs: Add helper function xfs_attr_try_sf_addname | Allison Henderson | 1 | -23/+30 |
2018-10-18 | xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h | Allison Henderson | 1 | -0/+0 |
2018-10-18 | xfs: issue log message on user force shutdown | Dave Chinner | 1 | -25/+25 |
2018-10-18 | xfs: fix buffer state management in xrep_findroot_block | Darrick J. Wong | 3 | -14/+71 |
2018-10-18 | xfs: always assign buffer verifiers when one is provided | Darrick J. Wong | 3 | -17/+78 |
2018-10-18 | xfs: xrep_findroot_block should reject root blocks with siblings | Darrick J. Wong | 1 | -13/+48 |
2018-10-18 | xfs: add a define for statfs magic to uapi | Adam Borowski | 1 | -2/+3 |
2018-10-18 | xfs: print dangling delalloc extents | Christoph Hellwig | 1 | -1/+32 |
2018-10-18 | xfs: fix fork selection in xfs_find_trim_cow_extent | Christoph Hellwig | 1 | -2/+6 |
2018-10-18 | xfs: remove the unused trimmed argument from xfs_reflink_trim_around_shared | Christoph Hellwig | 4 | -16/+10 |
2018-10-18 | xfs: remove the unused shared argument to xfs_reflink_reserve_cow | Christoph Hellwig | 3 | -12/+8 |
2018-10-18 | xfs: handle zeroing in xfs_file_iomap_begin_delay | Christoph Hellwig | 1 | -6/+38 |
2018-10-18 | xfs: remove suport for filesystems without unwritten extent flag | Christoph Hellwig | 6 | -94/+12 |
2018-10-18 | xfs: remove XFS_IO_INVALID | Christoph Hellwig | 2 | -10/+8 |
2018-10-06 | xfs: fix data corruption w/ unaligned reflink ranges | Dave Chinner | 1 | -13/+34 |
2018-10-06 | xfs: fix data corruption w/ unaligned dedupe ranges | Dave Chinner | 1 | -0/+21 |
2018-10-05 | xfs: update ctime and remove suid before cloning files | Darrick J. Wong | 1 | -0/+25 |
2018-10-05 | xfs: zero posteof blocks when cloning above eof | Darrick J. Wong | 1 | -8/+25 |
2018-10-05 | xfs: refactor clonerange preparation into a separate helper | Darrick J. Wong | 1 | -27/+73 |
2018-10-01 | xfs: fix error handling in xfs_bmap_extents_to_btree | Dave Chinner | 1 | -11/+13 |
2018-09-29 | xfs: remove invalid log recovery first/last cycle check | Brian Foster | 1 | -10/+0 |
2018-09-29 | xfs: validate inode di_forkoff | Eric Sandeen | 1 | -0/+30 |
2018-09-29 | xfs: skip delalloc COW blocks in xfs_reflink_end_cow | Christoph Hellwig | 1 | -6/+4 |
2018-09-29 | xfs: don't treat unknown di_flags2 as corruption in scrub | Eric Sandeen | 2 | -1/+5 |
2018-09-29 | xfs: remove duplicated include from alloc.c | YueHaibing | 1 | -1/+0 |
2018-09-29 | xfs: don't bring in extents in xfs_bmap_punch_delalloc_range | Christoph Hellwig | 1 | -6/+2 |
2018-09-29 | xfs: fix transaction leak in xfs_reflink_allocate_cow() | Dave Chinner | 1 | -50/+77 |
2018-09-29 | xfs: avoid lockdep false positives in xfs_trans_alloc | Dave Chinner | 1 | -2/+8 |
2018-09-29 | xfs: refactor xfs_buf_log_item reference count handling | Brian Foster | 3 | -58/+56 |
2018-09-29 | xfs: clean up xfs_trans_brelse() | Brian Foster | 1 | -71/+39 |
2018-09-29 | xfs: don't unlock invalidated buf on aborted tx commit | Brian Foster | 2 | -50/+42 |
2018-09-29 | xfs: remove last of unnecessary xfs_defer_cancel() callers | Brian Foster | 4 | -44/+16 |
2018-09-29 | xfs: don't crash the vfs on a garbage inline symlink | Darrick J. Wong | 1 | -1/+11 |
2018-08-21 | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -22/+7 |
2018-08-21 | Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -19/+28 |
2018-08-17 | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang | 1 | -1/+1 |
2018-08-14 | Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 116 | -5305/+5375 |
2018-08-14 | xfs: sanity check ag header values in xrep_calc_ag_resblks | Darrick J. Wong | 1 | -19/+27 |
2018-08-13 | Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -2/+4 |