Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
beaae8cd588ec7b4e58f4bc32f603be15fb11766
beaae8c
xfs: always zero di_flags2 when we free the inode
by Darrick J. Wong
· 7 years ago
09ac862
xfs: call xfs_qm_dqattach before performing reflink operations
by Darrick J. Wong
· 7 years ago
6ca3072
xfs: bmap code cleanup
by Shan Hai
· 7 years ago
643c8c0
Use list_head infra-structure for buffer's log items list
by Carlos Maiolino
· 7 years ago
fb1755a
Split buffer's b_fspriv field
by Carlos Maiolino
· 7 years ago
70a2065
Get rid of xfs_buf_log_item_t typedef
by Carlos Maiolino
· 7 years ago
75d4a13
xfs: fix non-debug build compiler warnings
by Darrick J. Wong
· 7 years ago
4bb73d0
xfs: check sb_agblocks and sb_agblklog when validating superblock
by Darrick J. Wong
· 7 years ago
be78ff0
xfs: recheck reflink / dirty page status before freeing CoW reservations
by Darrick J. Wong
· 7 years ago
a5f460b
xfs: check that br_blockcount doesn't overflow
by Darrick J. Wong
· 7 years ago
55e4542
xfs: btree format ifork loader should check for zero numrecs
by Darrick J. Wong
· 7 years ago
79a69bf
xfs: attr leaf verifier needs to check for obviously bad count
by Darrick J. Wong
· 7 years ago
ce92d29
xfs: directory scrubber must walk through data block to offset
by Darrick J. Wong
· 7 years ago
638a717
xfs: don't iunlock unlocked inodes
by Darrick J. Wong
· 7 years ago
cf1b0b8
xfs: scrub in-core metadata
by Darrick J. Wong
· 7 years ago
561f648
xfs: cross-reference the block mappings when possible
by Darrick J. Wong
· 7 years ago
46d9bfb
xfs: cross-reference the realtime bitmap
by Darrick J. Wong
· 7 years ago
f6d5fc2
xfs: cross-reference refcount btree during scrub
by Darrick J. Wong
· 7 years ago
dbde19d
xfs: cross-reference the rmapbt data with the refcountbt
by Darrick J. Wong
· 7 years ago
d852657
xfs: cross-reference reverse-mapping btree
by Darrick J. Wong
· 7 years ago
2e6f275
xfs: cross-reference inode btrees during scrub
by Darrick J. Wong
· 7 years ago
e1134b1
xfs: cross-reference bnobt records with cntbt
by Darrick J. Wong
· 7 years ago
52dc4b4
xfs: cross-reference with the bnobt
by Darrick J. Wong
· 7 years ago
166d764
xfs: introduce scrubber cross-referencing stubs
by Darrick J. Wong
· 7 years ago
858333d
xfs: check btree block ownership with bnobt/rmapbt when scrubbing btree
by Darrick J. Wong
· 7 years ago
9a7e269
xfs: fix a few erroneous process_error calls in the scrubbers
by Darrick J. Wong
· 7 years ago
64b1256
xfs: set up scrub cross-referencing helpers
by Darrick J. Wong
· 7 years ago
49db55e
xfs: add scrub cross-referencing helpers for the refcount btrees
by Darrick J. Wong
· 7 years ago
ed7c52d
xfs: add scrub cross-referencing helpers for the rmap btrees
by Darrick J. Wong
· 7 years ago
2e00126
xfs: add scrub cross-referencing helpers for the inode btrees
by Darrick J. Wong
· 7 years ago
ce1d802
xfs: add scrub cross-referencing helpers for the free space btrees
by Darrick J. Wong
· 7 years ago
c468562
xfs: cancel tx on xfs_defer_finish() error during xattr set/remove
by Brian Foster
· 7 years ago
ad90bb5
xfs: account finobt blocks properly in perag reservation
by Brian Foster
· 7 years ago
a8789a5
xfs: fix check on struct_version for versions 4 or greater
by Colin Ian King
· 7 years ago
1da0618
xfs: destroy mutex pag_ici_reclaim_lock before free
by Xiongwei Song
· 7 years ago
c969004
xfs: use %px for data pointers when debugging
by Darrick J. Wong
· 7 years ago
aff68a55
xfs: use %pS printk format for direct instruction addresses
by Darrick J. Wong
· 7 years ago
3d170aa
xfs: change 0x%p -> %p in print messages
by Darrick J. Wong
· 7 years ago
c219b01
xfs: clarify units in the failed metadata io message
by Darrick J. Wong
· 7 years ago
46c5973
xfs: harden directory integrity checks some more
by Darrick J. Wong
· 7 years ago
ac503a4
xfs: refactor the geometry structure filling function
by Darrick J. Wong
· 7 years ago
c368ebc
xfs: hoist xfs_fs_geometry to libxfs
by Darrick J. Wong
· 7 years ago
b872af2
xfs: trace log reservations at mount time
by Darrick J. Wong
· 7 years ago
9c712a1
xfs: dump the first 128 bytes of any corrupt buffer
by Darrick J. Wong
· 7 years ago
d9418ed
xfs: teach error reporting functions to take xfs_failaddr_t
by Darrick J. Wong
· 7 years ago
eebf3ca
xfs: standardize quota verification function outputs
by Darrick J. Wong
· 7 years ago
eeea798
xfs: separate dquot repair into a separate function
by Darrick J. Wong
· 7 years ago
b557259
xfs: create a new buf_ops pointer to verify structure metadata
by Darrick J. Wong
· 7 years ago
8ba92d4
xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt
by Darrick J. Wong
· 7 years ago
9cfb9b4
xfs: provide a centralized method for verifying inline fork data
by Darrick J. Wong
· 7 years ago
dc042c2
xfs: refactor short form directory structure verifier function
by Darrick J. Wong
· 7 years ago
0795e00
xfs: create structure verifier function for short form symlinks
by Darrick J. Wong
· 7 years ago
1e1bbd8
xfs: create structure verifier function for shortform xattrs
by Darrick J. Wong
· 7 years ago
71493b8
xfs: move inode fork verifiers to xfs_dinode_verify
by Darrick J. Wong
· 7 years ago
50aa90e
xfs: verify dinode header first
by Darrick J. Wong
· 7 years ago
bc1a09b
xfs: refactor verifier callers to print address of failing check
by Darrick J. Wong
· 7 years ago
a6a781a
xfs: have buffer verifier functions report failing address
by Darrick J. Wong
· 7 years ago
31ca03c
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
by Darrick J. Wong
· 7 years ago
9101d37
xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers
by Darrick J. Wong
· 7 years ago
e1e55aa
xfs: refactor short form btree pointer verification
by Darrick J. Wong
· 7 years ago
8368a60
xfs: refactor long-format btree header verification routines
by Darrick J. Wong
· 7 years ago
59f6fec
xfs: remove XFS_FSB_SANITY_CHECK
by Darrick J. Wong
· 7 years ago
d658e72
xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inode
by Darrick J. Wong
· 7 years ago
1ad1205
xfs: always grab transaction when scrubbing inode
by Darrick J. Wong
· 7 years ago
2b9e9b5
xfs: xfs_scrub_bmap should use for_each_xfs_iext
by Darrick J. Wong
· 7 years ago
e5b37faa
xfs: catch a few more error codes when scrubbing secondary sb
by Darrick J. Wong
· 7 years ago
5a0f433
xfs: ignore agfl read errors when not scrubbing agfl
by Darrick J. Wong
· 7 years ago
5a9d929
iomap: report collisions between directio and buffered writes to userspace
by Darrick J. Wong
· 7 years ago
c017cb5
xfs: eliminate duplicate icreate tx reservation functions
by Brian Foster
· 7 years ago
57af33e
xfs: refactor inode chunk alloc/free tx reservation
by Brian Foster
· 7 years ago
f03c78f
xfs: include an allocfree res for inobt modifications
by Brian Foster
· 7 years ago
a606ebd
xfs: truncate transaction does not modify the inobt
by Brian Foster
· 7 years ago
e8341d9
xfs: fix up agi unlinked list reservations
by Brian Foster
· 7 years ago
a6f4859
xfs: include inobt buffers in ifree tx log reservation
by Brian Foster
· 7 years ago
2c8f626
xfs: print transaction log reservation on overrun
by Brian Foster
· 7 years ago
29c1c12
xfs: scrub inode nsec fields
by Darrick J. Wong
· 7 years ago
8e63083
xfs: move all scrub input checking to xfs_scrub_validate
by Eric Sandeen
· 7 years ago
0a085dd
xfs: factor out scrub input checking
by Eric Sandeen
· 7 years ago
bfb3e9b
xfs: explicitly initialize meta_scrub_ops array by type
by Eric Sandeen
· 7 years ago
a015831
xfs: Show realtime device stats on statfs calls if realtime flags set
by Richard Wareing
· 7 years ago
b2cd1df
Linux 4.15-rc7
by Linus Torvalds
· 7 years ago
b84449d
Merge branch 'parisc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 7 years ago
9cfd403
Merge tag 'apparmor-pr-2018-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
by Linus Torvalds
· 7 years ago
9d61ec5
Merge tag 'led_fixes_for_4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 7 years ago
c11a5fe
Merge tag 'for-linus-20180107' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
7b6af2c
leds: core: Fix regression caused by commit 2b83ff96f51d
by Jacek Anaszewski
· 7 years ago
75d4276
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
5b6c02f
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
fee4380
mtd: nand: pxa3xx: Fix READOOB implementation
by Boris Brezillon
· 7 years ago
3219e26
Merge tag 'powerpc-4.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
bb4945e
Merge tag 'kvm-s390-master-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux
by Radim Krčmář
· 7 years ago
310d827
parisc: qemu idle sleep support
by Helge Deller
· 7 years ago
65c64d18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 7 years ago
313243a
Merge tag 'iommu-v4.15-rc7' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 7 years ago
f84d595
Merge tag 'arc-4.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 7 years ago
5b9f57c
apparmor: fix regression in mount mediation when feature set is pinned
by John Johansen
· 7 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
· 7 years ago
12e971b
Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
f842839
Merge tag 'mfd-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 7 years ago
abb7099
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
Next »