Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
46d9bfb5e706493777b9dfed666cd8967f69e6fd
/
fs
46d9bfb
xfs: cross-reference the realtime bitmap
by Darrick J. Wong
· 8 years ago
f6d5fc2
xfs: cross-reference refcount btree during scrub
by Darrick J. Wong
· 8 years ago
dbde19d
xfs: cross-reference the rmapbt data with the refcountbt
by Darrick J. Wong
· 8 years ago
d852657
xfs: cross-reference reverse-mapping btree
by Darrick J. Wong
· 8 years ago
2e6f275
xfs: cross-reference inode btrees during scrub
by Darrick J. Wong
· 8 years ago
e1134b1
xfs: cross-reference bnobt records with cntbt
by Darrick J. Wong
· 8 years ago
52dc4b4
xfs: cross-reference with the bnobt
by Darrick J. Wong
· 8 years ago
166d764
xfs: introduce scrubber cross-referencing stubs
by Darrick J. Wong
· 8 years ago
858333d
xfs: check btree block ownership with bnobt/rmapbt when scrubbing btree
by Darrick J. Wong
· 8 years ago
9a7e269
xfs: fix a few erroneous process_error calls in the scrubbers
by Darrick J. Wong
· 8 years ago
64b1256
xfs: set up scrub cross-referencing helpers
by Darrick J. Wong
· 8 years ago
49db55e
xfs: add scrub cross-referencing helpers for the refcount btrees
by Darrick J. Wong
· 8 years ago
ed7c52d
xfs: add scrub cross-referencing helpers for the rmap btrees
by Darrick J. Wong
· 8 years ago
2e00126
xfs: add scrub cross-referencing helpers for the inode btrees
by Darrick J. Wong
· 8 years ago
ce1d802
xfs: add scrub cross-referencing helpers for the free space btrees
by Darrick J. Wong
· 8 years ago
c468562
xfs: cancel tx on xfs_defer_finish() error during xattr set/remove
by Brian Foster
· 8 years ago
ad90bb5
xfs: account finobt blocks properly in perag reservation
by Brian Foster
· 8 years ago
a8789a5
xfs: fix check on struct_version for versions 4 or greater
by Colin Ian King
· 8 years ago
1da0618
xfs: destroy mutex pag_ici_reclaim_lock before free
by Xiongwei Song
· 8 years ago
c969004
xfs: use %px for data pointers when debugging
by Darrick J. Wong
· 8 years ago
aff68a55
xfs: use %pS printk format for direct instruction addresses
by Darrick J. Wong
· 8 years ago
3d170aa
xfs: change 0x%p -> %p in print messages
by Darrick J. Wong
· 8 years ago
c219b01
xfs: clarify units in the failed metadata io message
by Darrick J. Wong
· 8 years ago
46c5973
xfs: harden directory integrity checks some more
by Darrick J. Wong
· 8 years ago
ac503a4
xfs: refactor the geometry structure filling function
by Darrick J. Wong
· 8 years ago
c368ebc
xfs: hoist xfs_fs_geometry to libxfs
by Darrick J. Wong
· 8 years ago
b872af2
xfs: trace log reservations at mount time
by Darrick J. Wong
· 8 years ago
9c712a1
xfs: dump the first 128 bytes of any corrupt buffer
by Darrick J. Wong
· 8 years ago
d9418ed
xfs: teach error reporting functions to take xfs_failaddr_t
by Darrick J. Wong
· 8 years ago
eebf3ca
xfs: standardize quota verification function outputs
by Darrick J. Wong
· 8 years ago
eeea798
xfs: separate dquot repair into a separate function
by Darrick J. Wong
· 8 years ago
b557259
xfs: create a new buf_ops pointer to verify structure metadata
by Darrick J. Wong
· 8 years ago
8ba92d4
xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt
by Darrick J. Wong
· 8 years ago
9cfb9b4
xfs: provide a centralized method for verifying inline fork data
by Darrick J. Wong
· 8 years ago
dc042c2
xfs: refactor short form directory structure verifier function
by Darrick J. Wong
· 8 years ago
0795e00
xfs: create structure verifier function for short form symlinks
by Darrick J. Wong
· 8 years ago
1e1bbd8
xfs: create structure verifier function for shortform xattrs
by Darrick J. Wong
· 8 years ago
71493b8
xfs: move inode fork verifiers to xfs_dinode_verify
by Darrick J. Wong
· 8 years ago
50aa90e
xfs: verify dinode header first
by Darrick J. Wong
· 8 years ago
bc1a09b
xfs: refactor verifier callers to print address of failing check
by Darrick J. Wong
· 8 years ago
a6a781a
xfs: have buffer verifier functions report failing address
by Darrick J. Wong
· 8 years ago
31ca03c
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
by Darrick J. Wong
· 8 years ago
9101d37
xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers
by Darrick J. Wong
· 8 years ago
e1e55aa
xfs: refactor short form btree pointer verification
by Darrick J. Wong
· 8 years ago
8368a60
xfs: refactor long-format btree header verification routines
by Darrick J. Wong
· 8 years ago
59f6fec
xfs: remove XFS_FSB_SANITY_CHECK
by Darrick J. Wong
· 8 years ago
d658e72
xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inode
by Darrick J. Wong
· 8 years ago
1ad1205
xfs: always grab transaction when scrubbing inode
by Darrick J. Wong
· 8 years ago
2b9e9b5
xfs: xfs_scrub_bmap should use for_each_xfs_iext
by Darrick J. Wong
· 8 years ago
e5b37faa
xfs: catch a few more error codes when scrubbing secondary sb
by Darrick J. Wong
· 8 years ago
5a0f433
xfs: ignore agfl read errors when not scrubbing agfl
by Darrick J. Wong
· 8 years ago
5a9d929
iomap: report collisions between directio and buffered writes to userspace
by Darrick J. Wong
· 8 years ago
c017cb5
xfs: eliminate duplicate icreate tx reservation functions
by Brian Foster
· 8 years ago
57af33e
xfs: refactor inode chunk alloc/free tx reservation
by Brian Foster
· 8 years ago
f03c78f
xfs: include an allocfree res for inobt modifications
by Brian Foster
· 8 years ago
a606ebd
xfs: truncate transaction does not modify the inobt
by Brian Foster
· 8 years ago
e8341d9
xfs: fix up agi unlinked list reservations
by Brian Foster
· 8 years ago
a6f4859
xfs: include inobt buffers in ifree tx log reservation
by Brian Foster
· 8 years ago
2c8f626
xfs: print transaction log reservation on overrun
by Brian Foster
· 8 years ago
29c1c12
xfs: scrub inode nsec fields
by Darrick J. Wong
· 8 years ago
8e63083
xfs: move all scrub input checking to xfs_scrub_validate
by Eric Sandeen
· 8 years ago
0a085dd
xfs: factor out scrub input checking
by Eric Sandeen
· 8 years ago
bfb3e9b
xfs: explicitly initialize meta_scrub_ops array by type
by Eric Sandeen
· 8 years ago
a015831
xfs: Show realtime device stats on statfs calls if realtime flags set
by Richard Wareing
· 8 years ago
75d4276
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
89876f2
Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 8 years ago
12e971b
Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
0cbb4b4
userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails
by Andrea Arcangeli
· 8 years ago
50d0f78
Merge branch 'afs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 8 years ago
e816c20
exec: Weaken dumpability for secureexec
by Kees Cook
· 8 years ago
b4d8ad7f
xfs: fix s_maxbytes overflow problems
by Darrick J. Wong
· 8 years ago
3a3882f
xfs: quota: check result of register_shrinker()
by Aliaksei Karaliou
· 8 years ago
2196881
xfs: quota: fix missed destroy of qi_tree_lock
by Aliaksei Karaliou
· 8 years ago
ec35e48
btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
by Chris Mason
· 8 years ago
beed926
btrfs: Fix flush bio leak
by Nikolay Borisov
· 8 years ago
afae457
afs: Fix missing error handling in afs_write_end()
by David Howells
· 8 years ago
440fbc3
afs: Fix unlink
by David Howells
· 8 years ago
7888da9
afs: Potential uninitialized variable in afs_extract_data()
by Dan Carpenter
· 8 years ago
fca0e39
Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
68c58e9
xfs: only skip rmap owner checks for unknown-owner rmap removal
by Darrick J. Wong
· 8 years ago
33df3a9
xfs: always honor OWN_UNKNOWN rmap removal requests
by Darrick J. Wong
· 8 years ago
0525e95
xfs: queue deferred rmap ops for cow staging extent alloc/free in the right order
by Darrick J. Wong
· 8 years ago
86d692b
xfs: set cowblocks tag for direct cow writes too
by Darrick J. Wong
· 8 years ago
10ddf64
xfs: remove leftover CoW reservations when remounting ro
by Darrick J. Wong
· 8 years ago
363e59b
xfs: don't be so eager to clear the cowblocks tag on truncate
by Darrick J. Wong
· 8 years ago
91aae6b
xfs: track cowblocks separately in i_flags
by Darrick J. Wong
· 8 years ago
9ee332d
sget(): handle failures of register_shrinker()
by Al Viro
· 8 years ago
779f4e1
Revert "exec: avoid RLIMIT_STACK races with prlimit()"
by Kees Cook
· 8 years ago
b9f5fb1
cramfs: fix MTD dependency
by Arnd Bergmann
· 8 years ago
73d080d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
1c6b942
Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
d025fbf
Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
f6f3732
Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"
by Linus Torvalds
· 8 years ago
dd3d66b8
Merge tag 'ceph-for-4.15-rc4' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 8 years ago
227701e
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
dc4fd9a
nfs: don't wait on commit in nfs_commit_inode() if there were no commit requests
by Scott Mayhew
· 8 years ago
c156618
nfs: fix a deadlock in nfs client initialization
by Scott Mayhew
· 8 years ago
18d40ea
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
bdcf0a4
kernel: make groups_sort calling a responsibility group_info allocators
by Thiago Rafael Becker
· 8 years ago
3756f64
exec: avoid gcc-8 warning for get_task_comm
by Arnd Bergmann
· 8 years ago
Next »