Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3ce60773c1095caf6363b69d196f6a056195fed5
/
fs
/
xfs
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
0ea97a2
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
00d22a1
xfs: recalculate summary counters at mount time if icount is bad
by Darrick J. Wong
· 6 years ago
01239d7
xfs: fix a null pointer dereference in xfs_bmap_extents_to_btree
by Shan Hai
· 6 years ago
fa6c668
xfs: remove b_last_holder & associated macros
by Eric Sandeen
· 6 years ago
e25ff83
xfs: Close race between direct IO and xfs_break_layouts()
by Dave Jiang
· 6 years ago
13942aa
xfs: repair the AGI
by Darrick J. Wong
· 6 years ago
0e93d3f
xfs: repair the AGFL
by Darrick J. Wong
· 6 years ago
f9ed6de
xfs: repair the AGF
by Darrick J. Wong
· 6 years ago
73971b1
xfs: remove dead error handling code in xfs_dquot_disk_alloc()
by Brian Foster
· 6 years ago
2ba090d
xfs: use WRITE_ONCE to update if_seq
by Christoph Hellwig
· 6 years ago
5bef915
new helper: inode_fake_hash()
by Al Viro
· 6 years ago
a0e336ba
xfs: fix a comment in xfs_log_reserve
by Huang Chong
· 6 years ago
1f31c98
xfs: only validate summary counts on primary superblock
by Darrick J. Wong
· 6 years ago
c2b6e15
xfs: substitute spaces with tabs
by Thomas Bianchi
· 6 years ago
9d9e623
xfs: fold dfops into the transaction
by Brian Foster
· 6 years ago
c03edc9
xfs: always defer agfl block frees
by Brian Foster
· 6 years ago
0f37d17
xfs: pass transaction to xfs_defer_add()
by Brian Foster
· 6 years ago
1ae093cb
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
by Brian Foster
· 6 years ago
9b1f4e9
xfs: cancel dfops on xfs_defer_finish() error
by Brian Foster
· 6 years ago
60f31a6
xfs: clean out superfluous dfops dop params/vars
by Brian Foster
· 6 years ago
7dbddba
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
by Brian Foster
· 6 years ago
a819866
xfs: automatic dfops inode relogging
by Brian Foster
· 6 years ago
82ff27b
xfs: automatic dfops buffer relogging
by Brian Foster
· 6 years ago
488c919
xfs: add missing defer ijoins for held inodes
by Brian Foster
· 6 years ago
1214f1c
xfs: replace dop_low with transaction flag
by Brian Foster
· 6 years ago
ce356d6
xfs: pass transaction to dfops reset/move helpers
by Brian Foster
· 6 years ago
7279aa1
xfs: remove unused __xfs_defer_cancel() internal helper
by Brian Foster
· 6 years ago
fbfa977
xfs: use transaction for intent recovery instead of raw dfops
by Brian Foster
· 6 years ago
9871905
xfs: refactor internal dfops initialization
by Brian Foster
· 6 years ago
56830d6
xfs: check da node magic in _node_lookup_int
by Darrick J. Wong
· 6 years ago
611995d
xfs: use a local variable for magic number in xfs_da3_node_lookup_int
by Darrick J. Wong
· 6 years ago
0c60d3a
xfs: refactor log recovery check
by Darrick J. Wong
· 6 years ago
ff23f4a
xfs: move extent busy tree initialization to xfs_initialize_perag
by Darrick J. Wong
· 6 years ago
e666aa3
xfs: avoid COW fork extent lookups in writeback if the fork didn't change
by Christoph Hellwig
· 6 years ago
745b3f7
xfs: maintain a sequence count for inode fork manipulations
by Christoph Hellwig
· 6 years ago
9e037cb
xfs: check for unknown v5 feature bits in superblock write verifier
by Darrick J. Wong
· 6 years ago
69775fd
xfs: verify icount in superblock write
by Darrick J. Wong
· 6 years ago
8756a5a
libxfs: add more bounds checking to sb sanity checks
by Bill O'Donnell
· 6 years ago
eca383f
xfs: refactor superblock verifiers
by Darrick J. Wong
· 6 years ago
86d969b
xfs: refactor the xrep_extent_list into xfs_bitmap
by Darrick J. Wong
· 6 years ago
51d6269
xfs: introduce a new xfs_inode_has_cow_data helper
by Christoph Hellwig
· 6 years ago
3ba738d
xfs: remove the xfs_ifork_t typedef
by Christoph Hellwig
· 6 years ago
1216b58
xfs: simplify xfs_idata_realloc
by Christoph Hellwig
· 6 years ago
fcacbc3
xfs: remove if_real_bytes
by Christoph Hellwig
· 6 years ago
bc270b5
xfs: move the repair extent list into its own file
by Darrick J. Wong
· 6 years ago
ebcbef3
xfs: pass transaction lock while setting up agresv on cyclic metadata
by Darrick J. Wong
· 6 years ago
1c02d50
xfs: remove deprecated barrier/nobarrier mount
by Eric Sandeen
· 6 years ago
44a8736
xfs: clean up IRELE/iput callsites
by Darrick J. Wong
· 6 years ago
89c3e8c
xfs: kill IHOLD
by Darrick J. Wong
· 6 years ago
b277c37
xfs: bypass final dfops roll in trans commit path
by Brian Foster
· 6 years ago
9e28a24
xfs: drop unnecessary xfs_defer_finish() dfops parameter
by Brian Foster
· 6 years ago
d5cca7e
xfs: remove unnecessary dfops init calls in xattr code
by Brian Foster
· 6 years ago
c8eac49
xfs: remove all boilerplate defer init/finish code
by Brian Foster
· 6 years ago
91ef75b
xfs: use internal dfops during [b|c]ui recovery
by Brian Foster
· 6 years ago
9c6bb0c
xfs: use internal dfops in attr code
by Brian Foster
· 6 years ago
1e5ae19
xfs: use internal dfops in cow blocks cancel
by Brian Foster
· 6 years ago
e021a2e
xfs: support embedded dfops in transaction
by Brian Foster
· 6 years ago
44fd294
xfs: pack holes in xfs_defer_ops and xfs_trans
by Brian Foster
· 6 years ago
509308b
xfs: reset dfops to initial state after finish
by Brian Foster
· 6 years ago
83200bf
xfs: remove unused deferred ops committed field
by Brian Foster
· 6 years ago
03f4e4b
xfs: make deferred processing safe for embedded dfops
by Brian Foster
· 6 years ago
dcbd44f
xfs: fix transaction leak on remote attr set/remove failure
by Brian Foster
· 6 years ago
a61acc3
xfs: use ->t_dfops in log recovery intent processing
by Brian Foster
· 6 years ago
02dff7b
xfs: pull up dfops from xfs_itruncate_extents()
by Brian Foster
· 6 years ago
d4a34e1
xfs: properly handle free inodes in extent hint validators
by Eric Sandeen
· 6 years ago
f467cad
xfs: force summary counter recalc at next mount
by Darrick J. Wong
· 6 years ago
53235f2
xfs: refactor unmount record write
by Darrick J. Wong
· 6 years ago
2e9e648
xfs: detect and fix bad summary counts at mount
by Darrick J. Wong
· 6 years ago
032d91f
xfs: fix indentation and other whitespace problems in scrub/repair
by Darrick J. Wong
· 6 years ago
1d8a748
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
by Darrick J. Wong
· 6 years ago
b5e2196
xfs: shorten xfs_repair_ prefix to xrep_
by Darrick J. Wong
· 6 years ago
c517b3a
xfs: shorten xfs_scrub_ prefix
by Darrick J. Wong
· 6 years ago
ef97ef2
xfs: clean up xfs_btree_del_cursor callers
by Darrick J. Wong
· 6 years ago
0b04b6b8
xfs: trivial xfs_btree_del_cursor cleanups
by Darrick J. Wong
· 6 years ago
81b549a
xfs: return from _defer_finish with a clean transaction
by Darrick J. Wong
· 6 years ago
Next »