Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ecfea3f0c8c64ce7375f4be4506996968958bd01
ecfea3f
xfs: split xfs_bmap_shift_extents
by Christoph Hellwig
· 7 years ago
6b18af0
xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
by Christoph Hellwig
· 7 years ago
4ed36c6
xfs: inline xfs_shift_file_space into callers
by Christoph Hellwig
· 7 years ago
66f3646
xfs: remove if_rdev
by Christoph Hellwig
· 7 years ago
42b67dc
xfs: remove the never fully implemented UUID fork format
by Christoph Hellwig
· 7 years ago
e8e0e17
xfs: remove XFS_BMAP_TRACE_EXLIST
by Christoph Hellwig
· 7 years ago
ca5d8e5b
xfs: move pre/post-bmap tracing into xfs_iext_update_extent
by Christoph Hellwig
· 7 years ago
d138604
xfs: remove post-bmap tracing in xfs_bmap_local_to_extents
by Christoph Hellwig
· 7 years ago
35e62da
xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real
by Christoph Hellwig
· 7 years ago
060ea65
xfs: add a xfs_bmap_fork_to_state helper
by Christoph Hellwig
· 7 years ago
c2fc338
xfs: scrub quota information
by Darrick J. Wong
· 7 years ago
29b0767
xfs: scrub realtime bitmap/summary
by Darrick J. Wong
· 7 years ago
0f28b25
xfs: scrub directory parent pointers
by Darrick J. Wong
· 7 years ago
2a721db
xfs: scrub symbolic links
by Darrick J. Wong
· 7 years ago
eec0482
xfs: scrub extended attributes
by Darrick J. Wong
· 7 years ago
df48196
xfs: scrub directory freespace
by Darrick J. Wong
· 7 years ago
a5c46e5
xfs: scrub directory metadata
by Darrick J. Wong
· 7 years ago
7c4a07a
xfs: scrub directory/attribute btrees
by Darrick J. Wong
· 7 years ago
99d9d8d
xfs: scrub inode block mappings
by Darrick J. Wong
· 7 years ago
80e4e12
xfs: scrub inodes
by Darrick J. Wong
· 7 years ago
edc09b5
xfs: scrub refcount btrees
by Darrick J. Wong
· 7 years ago
c7e693d
xfs: scrub rmap btrees
by Darrick J. Wong
· 7 years ago
3daa664
xfs: scrub inode btrees
by Darrick J. Wong
· 7 years ago
efa7a99
xfs: scrub free space btrees
by Darrick J. Wong
· 7 years ago
a12890a
xfs: scrub the AGI
by Darrick J. Wong
· 7 years ago
ab9d5dc
xfs: scrub AGF and AGFL
by Darrick J. Wong
· 7 years ago
21fb4cb
xfs: scrub the secondary superblocks
by Darrick J. Wong
· 7 years ago
b6c1beb
xfs: create helpers to scan an allocation group
by Darrick J. Wong
· 7 years ago
37f3fa7
xfs: scrub btree keys and records
by Darrick J. Wong
· 7 years ago
cc3e094
xfs: scrub the shape of a metadata btree
by Darrick J. Wong
· 7 years ago
537964bc
xfs: create helpers to scrub a metadata btree
by Darrick J. Wong
· 7 years ago
4700d22
xfs: create helpers to record and deal with scrub problems
by Darrick J. Wong
· 7 years ago
dcb660f
xfs: probe the scrub ioctl
by Darrick J. Wong
· 7 years ago
a563718
xfs: dispatch metadata scrub subcommands
by Darrick J. Wong
· 7 years ago
36fd6e8
xfs: create an ioctl to scrub AG metadata
by Darrick J. Wong
· 7 years ago
91fb9af
xfs: create inode pointer verifiers
by Darrick J. Wong
· 7 years ago
52c732e
xfs: refactor btree block header checking functions
by Darrick J. Wong
· 7 years ago
f135761
xfs: refactor btree pointer checks
by Darrick J. Wong
· 7 years ago
21ec541
xfs: create block pointer check functions
by Darrick J. Wong
· 7 years ago
ed438b4
xfs: return a distinct error code value for IGET_INCORE cache misses
by Darrick J. Wong
· 7 years ago
7561d27
xfs: buffer lru reference count error injection tag
by Brian Foster
· 7 years ago
a53efbd
xfs: fail if xattr inactivation hits a hole
by Brian Foster
· 7 years ago
0bd8967
xfs: check kthread_should_stop() after the setting of task state
by Hou Tao
· 7 years ago
f038750
xfs: remove xfs_bmbt_get_state
by Christoph Hellwig
· 7 years ago
9b15070
xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all
by Christoph Hellwig
· 7 years ago
b5cfbc2
xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
by Christoph Hellwig
· 7 years ago
e16cf9b
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq
by Christoph Hellwig
· 7 years ago
a67d00a
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update
by Christoph Hellwig
· 7 years ago
79fa614
xfs: refactor xfs_bmap_add_extent_unwritten_real
by Christoph Hellwig
· 7 years ago
ca1862b
xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_real
by Christoph Hellwig
· 7 years ago
4dcb8869
xfs: refactor xfs_bmap_add_extent_delay_real
by Christoph Hellwig
· 7 years ago
1abb9e5
xfs: refactor xfs_bmap_add_extent_hole_real
by Christoph Hellwig
· 7 years ago
3ffc18e
xfs: refactor xfs_bmap_add_extent_hole_delay
by Christoph Hellwig
· 7 years ago
48fd52b
xfs: refactor xfs_del_extent_real
by Christoph Hellwig
· 7 years ago
491f6f8a
xfs: use the state defines in xfs_bmap_del_extent_real
by Christoph Hellwig
· 7 years ago
0173c68
xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}
by Christoph Hellwig
· 7 years ago
1b24b63
xfs: move some more code into xfs_bmap_del_extent_real
by Christoph Hellwig
· 7 years ago
e1d7553
xfs: use xfs_bmap_del_extent_delay for the data fork as well
by Christoph Hellwig
· 7 years ago
8280f6e
xfs: rename bno to end in __xfs_bunmapi
by Christoph Hellwig
· 7 years ago
b213d69
xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapi
by Christoph Hellwig
· 7 years ago
e3f0f75
xfs: use xfs_iext_get_extent instead of open coding it
by Christoph Hellwig
· 7 years ago
5e422f5
xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
by Christoph Hellwig
· 7 years ago
232b5194
xfs: simplify the xfs_getbmap interface
by Christoph Hellwig
· 7 years ago
abbf9e8
xfs: rewrite getbmap using the xfs_iext_* helpers
by Christoph Hellwig
· 7 years ago
15f859a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 7 years ago
80c094a
Revert "apparmor: add base infastructure for socket mediation"
by Linus Torvalds
· 7 years ago
5678255
Merge tag 'pm-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
3b5a9a8
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
832c6b1
Merge tag 'spi-fix-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 7 years ago
601c5c2
Merge tag 'ceph-for-4.14-rc7' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
4ed5902
Merge tag 'xfs-4.14-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
035bcf8
Merge tag 'hwmon-for-linus-v4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 7 years ago
ecda3d9
Merge tag 'sound-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 7 years ago
b4d91ae
RDMA/netlink: OOPs in rdma_nl_rcv_msg() from misinterpreted flag
by Michael J. Ruhl
· 7 years ago
7555aa7
Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/idr', 'spi/fix/qspi', 'spi/fix/stm32' and 'spi/fix/uapi' into spi-linus
by Mark Brown
· 7 years ago
6c2838f
ceph: unlock dangling spinlock in try_flush_caps()
by Jeff Layton
· 7 years ago
f341578
Merge tag 'nfs-for-4.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
32e67a3
nbd: handle interrupted sendmsg with a sndtimeo set
by Josef Bacik
· 7 years ago
ae59df0
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
0cc2b4e
PM / QoS: Fix device resume latency PM QoS
by Rafael J. Wysocki
· 7 years ago
d072543
hwmon: (tmp102) Fix first temperature reading
by Guenter Roeck
· 7 years ago
f265788
ALSA: hda - fix headset mic problem for Dell machines with alc236
by Hui Wang
· 7 years ago
942491c
xfs: fix AIM7 regression
by Christoph Hellwig
· 7 years ago
6cff0a1
Merge tag 'platform-drivers-x86-v4.14-3' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 7 years ago
6687aeb
platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates
by Kuppuswamy Sathyanarayanan
· 7 years ago
83beee5c
platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe function
by Kuppuswamy Sathyanarayanan
· 7 years ago
06987da
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 7 years ago
2f1b11c
Merge tag 'pinctrl-v4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 7 years ago
468b0e0
Merge tag 'regulator-fix-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 7 years ago
bb176f6
Linux 4.14-rc6
by Linus Torvalds
· 7 years ago
dd9d064
Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
17e7637
Merge tag 'char-misc-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
5805992
Merge tag 'usb-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
2ab19d5
Merge remote-tracking branches 'regulator/fix/axp20x' and 'regulator/fix/rn5t618' into regulator-linus
by Mark Brown
· 7 years ago
02982f8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 7 years ago
09c3e01
Input: do not use property bits when generating module alias
by Dmitry Torokhov
· 7 years ago
936fd00
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
9e415a8
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
5670a84
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
085cf9b
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
Next »