Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ff0d35e2e1c7936a4938d5ce5851e0333cd9dce6
/
fs
/
xfs
90be9b8
xfs: xfs_fsops: drop useless LIST_HEAD
by Julia Lawall
· 6 years ago
89be677
xfs: xfs_buf: drop useless LIST_HEAD
by Julia Lawall
· 6 years ago
65eed012
xfs: reallocate realtime summary cache on growfs
by Omar Sandoval
· 6 years ago
86d163d
xfs: stringify scrub types in ftrace output
by Darrick J. Wong
· 6 years ago
c494213
xfs: stringify btree cursor types in ftrace output
by Darrick J. Wong
· 6 years ago
0357d21
xfs: move XFS_INODE_FORMAT_STR mappings to libxfs
by Darrick J. Wong
· 6 years ago
05c753c
xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs
by Darrick J. Wong
· 6 years ago
85f8dff
xfs: fix symbolic enum printing in ftrace output
by Darrick J. Wong
· 6 years ago
7af8150
xfs: fix function pointer type in ftrace format
by Darrick J. Wong
· 6 years ago
a9d25bd
xfs: Fix x32 ioctls when cmd numbers differ from ia32.
by Nick Bowler
· 6 years ago
7ca860e
xfs: Fix bulkstat compat ioctls on x32 userspace.
by Nick Bowler
· 6 years ago
c456d64
xfs: Align compat attrlist_by_handle with native implementation.
by Nick Bowler
· 6 years ago
64bafd2
xfs: require both realtime inodes to mount
by Darrick J. Wong
· 6 years ago
355e3532
xfs: cache minimum realtime summary level
by Omar Sandoval
· 6 years ago
2c2d9d3
xfs: count inode blocks correctly in inobt scrub
by Darrick J. Wong
· 6 years ago
c1b4a32
xfs: precalculate cluster alignment in inodes and blocks
by Darrick J. Wong
· 6 years ago
83dcdb4
xfs: precalculate inodes and blocks per inode cluster
by Darrick J. Wong
· 6 years ago
43004b2
xfs: add a block to inode count converter
by Darrick J. Wong
· 6 years ago
7280fed
xfs: remove xfs_rmap_ag_owner and friends
by Darrick J. Wong
· 6 years ago
66e3237
xfs: const-ify xfs_owner_info arguments
by Darrick J. Wong
· 6 years ago
02b100f
xfs: streamline defer op type handling
by Darrick J. Wong
· 6 years ago
bc9f2b7
xfs: idiotproof defer op type configuration
by Darrick J. Wong
· 6 years ago
43feeea
xfs: zero length symlinks are not valid
by Dave Chinner
· 6 years ago
8c4ce79
xfs: clean up indentation issues, remove an unwanted space
by Colin Ian King
· 6 years ago
fe5ed6c
xfs: libxfs: move xfs_perag_put late
by Pan Bian
· 6 years ago
d6f215f
xfs: split up the xfs_reflink_end_cow work into smaller transactions
by Darrick J. Wong
· 6 years ago
7d048df
xfs: fix inverted return from xfs_btree_sblock_verify_crc
by Eric Sandeen
· 6 years ago
a579121
xfs: fix PAGE_MASK usage in xfs_free_file_space
by Darrick J. Wong
· 6 years ago
de72430
fs/xfs: fix f_ffree value for statfs when project quota is set
by Ye Yin
· 6 years ago
9230a0b
xfs: delalloc -> unwritten COW fork allocation can go wrong
by Dave Chinner
· 6 years ago
2c30717
xfs: flush removing page cache in xfs_reflink_remap_prep
by Dave Chinner
· 6 years ago
7f9f71be
xfs: extent shifting doesn't fully invalidate page cache
by Dave Chinner
· 6 years ago
c087689
xfs: finobt AG reserves don't consider last AG can be a runt
by Dave Chinner
· 6 years ago
d43aaf1
xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers
by Dave Chinner
· 6 years ago
d61fa8c
xfs: uncached buffer tracing needs to print bno
by Dave Chinner
· 6 years ago
da034bc
xfs: make xfs_file_remap_range() static
by Eric Biggers
· 6 years ago
59e4293
xfs: fix shared extent data corruption due to missing cow reservation
by Brian Foster
· 6 years ago
837514f
xfs: fix overflow in xfs_attr3_leaf_verify
by Dave Chinner
· 6 years ago
bdec055
xfs: print buffer offsets when dumping corrupt buffers
by Darrick J. Wong
· 6 years ago
132bf67
xfs: Fix error code in 'xfs_ioc_getbmap()'
by Christophe JAILLET
· 6 years ago
c2aa1a4
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
bf4a1fc
xfs: remove [cm]time update from reflink calls
by Darrick J. Wong
· 6 years ago
3fc9f5e
xfs: remove xfs_reflink_remap_range
by Darrick J. Wong
· 6 years ago
7a6ccf0
xfs: remove redundant remap partial EOF block checks
by Darrick J. Wong
· 6 years ago
3f68c1f
xfs: support returning partial reflink results
by Darrick J. Wong
· 6 years ago
9f04aaf
xfs: clean up xfs_reflink_remap_blocks call site
by Darrick J. Wong
· 6 years ago
4918ef4
xfs: fix pagecache truncation prior to reflink
by Darrick J. Wong
· 6 years ago
8c5c836
vfs: clean up generic_remap_file_range_prep return value
by Darrick J. Wong
· 6 years ago
42ec3d4
vfs: make remap_file_range functions take and return bytes completed
by Darrick J. Wong
· 6 years ago
8dde90b
vfs: remap helper should update destination inode metadata
by Darrick J. Wong
· 6 years ago
a91ae49b
vfs: pass remap flags to generic_remap_file_range_prep
by Darrick J. Wong
· 6 years ago
2e5dfc9
vfs: combine the clone and dedupe into a single remap_file_range
by Darrick J. Wong
· 6 years ago
a83ab01
vfs: rename vfs_clone_file_prep to be more descriptive
by Darrick J. Wong
· 6 years ago
1383a7e
vfs: check file ranges before cloning files
by Darrick J. Wong
· 6 years ago
96987ee
xfs: cancel COW blocks before swapext
by Christoph Hellwig
· 6 years ago
efc3289
xfs: clear ail delwri queued bufs on unmount of shutdown fs
by Brian Foster
· 6 years ago
26ca390
xfs: use offsetof() in place of offset macros for __xfsstats
by Carlos Maiolino
· 6 years ago
41657e5
xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstat
by Carlos Maiolino
· 6 years ago
37fd167
xfs: fix use-after-free race in xfs_buf_rele
by Dave Chinner
· 6 years ago
068f985
xfs: Add attibute remove and helper functions
by Allison Henderson
· 6 years ago
2f3cd80
xfs: Add attibute set and helper functions
by Allison Henderson
· 6 years ago
4c74a56
xfs: Add helper function xfs_attr_try_sf_addname
by Allison Henderson
· 6 years ago
e2421f0
xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
by Allison Henderson
· 6 years ago
56668a5
xfs: issue log message on user force shutdown
by Dave Chinner
· 6 years ago
38b6238
xfs: fix buffer state management in xrep_findroot_block
by Darrick J. Wong
· 6 years ago
1aff569
xfs: always assign buffer verifiers when one is provided
by Darrick J. Wong
· 6 years ago
1002ff4
xfs: xrep_findroot_block should reject root blocks with siblings
by Darrick J. Wong
· 6 years ago
dddde68
xfs: add a define for statfs magic to uapi
by Adam Borowski
· 6 years ago
4831822
xfs: print dangling delalloc extents
by Christoph Hellwig
· 6 years ago
032dc92
xfs: fix fork selection in xfs_find_trim_cow_extent
by Christoph Hellwig
· 6 years ago
d392bc8
xfs: remove the unused trimmed argument from xfs_reflink_trim_around_shared
by Christoph Hellwig
· 6 years ago
fc43946
xfs: remove the unused shared argument to xfs_reflink_reserve_cow
by Christoph Hellwig
· 6 years ago
0365c5d
xfs: handle zeroing in xfs_file_iomap_begin_delay
by Christoph Hellwig
· 6 years ago
daa79ba
xfs: remove suport for filesystems without unwritten extent flag
by Christoph Hellwig
· 6 years ago
97e5a6e
xfs: remove XFS_IO_INVALID
by Christoph Hellwig
· 6 years ago
b399890
xfs: fix data corruption w/ unaligned reflink ranges
by Dave Chinner
· 6 years ago
dceeb47
xfs: fix data corruption w/ unaligned dedupe ranges
by Dave Chinner
· 6 years ago
7debbf0
xfs: update ctime and remove suid before cloning files
by Darrick J. Wong
· 6 years ago
410fdc7
xfs: zero posteof blocks when cloning above eof
by Darrick J. Wong
· 6 years ago
0d41e1d
xfs: refactor clonerange preparation into a separate helper
by Darrick J. Wong
· 6 years ago
e55ec4d
xfs: fix error handling in xfs_bmap_extents_to_btree
by Dave Chinner
· 6 years ago
ec2ed0b
xfs: remove invalid log recovery first/last cycle check
by Brian Foster
· 6 years ago
339e1a3
xfs: validate inode di_forkoff
by Eric Sandeen
· 6 years ago
f5f3f95
xfs: skip delalloc COW blocks in xfs_reflink_end_cow
by Christoph Hellwig
· 6 years ago
f369a13
xfs: don't treat unknown di_flags2 as corruption in scrub
by Eric Sandeen
· 6 years ago
2863c2e
xfs: remove duplicated include from alloc.c
by YueHaibing
· 6 years ago
0065b54
xfs: don't bring in extents in xfs_bmap_punch_delalloc_range
by Christoph Hellwig
· 6 years ago
df30707
xfs: fix transaction leak in xfs_reflink_allocate_cow()
by Dave Chinner
· 6 years ago
8683edb
xfs: avoid lockdep false positives in xfs_trans_alloc
by Dave Chinner
· 6 years ago
9580845
xfs: refactor xfs_buf_log_item reference count handling
by Brian Foster
· 6 years ago
23420d0
xfs: clean up xfs_trans_brelse()
by Brian Foster
· 6 years ago
d918310
xfs: don't unlock invalidated buf on aborted tx commit
by Brian Foster
· 6 years ago
d5a2e28
xfs: remove last of unnecessary xfs_defer_cancel() callers
by Brian Foster
· 6 years ago
ae29478
xfs: don't crash the vfs on a garbage inline symlink
by Darrick J. Wong
· 6 years ago
d9a185f
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 6 years ago
c22fc16
Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
e1fb4a0
dax: remove VM_MIXEDMAP for fsdax and device dax
by Dave Jiang
· 6 years ago
781fca5
Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
1fc25f5
xfs: sanity check ag header values in xrep_calc_ag_resblks
by Darrick J. Wong
· 6 years ago
161fa27
Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
Next »