Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
95cf0e4a0ddc59f17eacfb4d06e0950ea5f624ca
95cf0e4
xfs: remove a pointless comment duplicated above all xfs_item_ops instances
by Christoph Hellwig
· 6 years ago
89ae379
xfs: use a list_head for iclog callbacks
by Christoph Hellwig
· 6 years ago
efe2330
xfs: remove the xfs_log_item_t typedef
by Christoph Hellwig
· 6 years ago
b3b14aa
xfs: don't cast inode_log_items to get the log_item
by Christoph Hellwig
· 6 years ago
9ce632a
xfs: add a flag to release log items on commit
by Christoph Hellwig
· 6 years ago
ddf9205
xfs: split iop_unlock
by Christoph Hellwig
· 6 years ago
195cd83
xfs: don't use xfs_trans_free_items in the commit path
by Christoph Hellwig
· 6 years ago
8e4b20e
xfs: remove the dummy iop_push implementation for inode creation items
by Christoph Hellwig
· 6 years ago
e8b78db
xfs: don't require log items to implement optional methods
by Christoph Hellwig
· 6 years ago
d15cbf2
xfs: stop using XFS_LI_ABORTED as a parameter flag
by Christoph Hellwig
· 6 years ago
086252c
xfs: fix a trivial comment typo in xfs_trans_committed_bulk
by Christoph Hellwig
· 6 years ago
dbd329f1
xfs: add struct xfs_mount pointer to struct xfs_buf
by Christoph Hellwig
· 6 years ago
8124b9b
xfs: remove the b_io_length field in struct xfs_buf
by Christoph Hellwig
· 6 years ago
e99b4bd
xfs: properly type the b_log_item field in struct xfs_buf
by Christoph Hellwig
· 6 years ago
0564501
xfs: remove unused buffer cache APIs
by Christoph Hellwig
· 6 years ago
6e9b3dd
xfs: stop using bp naming for log recovery buffers
by Christoph Hellwig
· 6 years ago
6ad5b32
xfs: use bios directly to read and write the log recovery buffers
by Christoph Hellwig
· 6 years ago
18ffb8c
xfs: return an offset instead of a pointer from xlog_align
by Christoph Hellwig
· 6 years ago
1058d0f
xfs: move the log ioend workqueue to struct xlog
by Christoph Hellwig
· 6 years ago
79b54d9
xfs: use bios directly to write log buffers
by Christoph Hellwig
· 6 years ago
2d15d2c
xfs: make use of the l_targ field in struct xlog
by Christoph Hellwig
· 6 years ago
abca1f3
xfs: remove the syncing argument from xlog_verify_iclog
by Christoph Hellwig
· 6 years ago
9b0489c
xfs: update both stat counters together in xlog_sync
by Christoph Hellwig
· 6 years ago
db0a6fa
xfs: factor out iclog size calculation from xlog_sync
by Christoph Hellwig
· 6 years ago
5693384
xfs: factor out splitting of an iclog from xlog_sync
by Christoph Hellwig
· 6 years ago
94860a3
xfs: factor out log buffer writing from xlog_sync
by Christoph Hellwig
· 6 years ago
1f9489b
xfs: don't use REQ_PREFLUSH for split log writes
by Christoph Hellwig
· 6 years ago
366fc4b
xfs: remove XLOG_STATE_IOABORT
by Christoph Hellwig
· 6 years ago
9bff3132
xfs: reformat xlog_get_lowest_lsn
by Christoph Hellwig
· 6 years ago
4f62282
xfs: cleanup xlog_get_iclog_buffer_size
by Christoph Hellwig
· 6 years ago
76ce982
xfs: remove the l_iclog_size_log field from struct xlog
by Christoph Hellwig
· 6 years ago
72945d8
xfs: make mem_to_page available outside of xfs_buf.c
by Christoph Hellwig
· 6 years ago
ce89755
xfs: renumber XBF_WRITE_FAIL
by Christoph Hellwig
· 6 years ago
153fd7b
xfs: remove the never used _XBF_COMPOUND flag
by Christoph Hellwig
· 6 years ago
1e85a36
xfs: remove the no-op spinlock_destroy stub
by Christoph Hellwig
· 6 years ago
5467b34
xfs: move xfs_ino_geometry to xfs_shared.h
by Darrick J. Wong
· 6 years ago
6dba888
xfs: claim maintainership of loose files
by Darrick J. Wong
· 6 years ago
f5b999c
xfs: remove unused flag arguments
by Eric Sandeen
· 6 years ago
76dee76
xfs: remove the debug-only q_transp field from struct xfs_dquot
by Christoph Hellwig
· 6 years ago
f9a196e
xfs: merge xfs_buf_zero and xfs_buf_iomove
by Christoph Hellwig
· 6 years ago
8c9ce2f
xfs: remove unused flags arg from getsb interfaces
by Eric Sandeen
· 6 years ago
d03a2f1
xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONS
by Eric Sandeen
· 6 years ago
4b4d98c
xfs: finish converting to inodes_per_cluster
by Darrick J. Wong
· 6 years ago
490d451
xfs: fix inode_cluster_size rounding mayhem
by Darrick J. Wong
· 6 years ago
494dba7
xfs: refactor inode geometry setup routines
by Darrick J. Wong
· 6 years ago
ef32595
xfs: separate inode geometry
by Darrick J. Wong
· 6 years ago
fe0da9c
fuse: copy_file_range needs to strip setuid bits and update timestamps
by Amir Goldstein
· 6 years ago
5dae222
vfs: allow copy_file_range to copy across devices
by Amir Goldstein
· 6 years ago
8c3f406
xfs: use file_modified() helper
by Amir Goldstein
· 6 years ago
e38f7f5
vfs: introduce file_modified() helper
by Amir Goldstein
· 6 years ago
96e6e8f
vfs: add missing checks to copy_file_range
by Amir Goldstein
· 6 years ago
646955c
vfs: remove redundant checks from generic_remap_checks()
by Amir Goldstein
· 6 years ago
a317135
vfs: introduce generic_file_rw_checks()
by Amir Goldstein
· 6 years ago
64bf5ff
vfs: no fallback for ->copy_file_range
by Dave Chinner
· 6 years ago
f16acc9
vfs: introduce generic_copy_file_range()
by Dave Chinner
· 6 years ago
d1fdb6d
Linux 5.2-rc4
by Linus Torvalds
· 6 years ago
2759e05c
Merge tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
8e61f6f
Merge tag 'for-linus-5.2b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 6 years ago
3d4645b
Merge tag 's390-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
d0cc617
Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
9331b67
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
1ce2c85
Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
902b2ed
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 6 years ago
66b59f2
Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 6 years ago
8d72e5b
Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
1b02caa
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
0ad43e2
Merge tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 6 years ago
79c3ba3
Merge tag 'drm-fixes-2019-06-07-1' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
8f77293
MAINTAINERS: Karthikeyan Ramasubramanian is MIA
by Wolfram Sang
· 6 years ago
49b8095
i2c: xiic: Add max_read_len quirk
by Robert Hancock
· 6 years ago
d442564
Merge tag 'hwmon-for-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 6 years ago
893a7d3
lockref: Limit number of cmpxchg loop retries
by Jan Glauber
· 6 years ago
d934452
uaccess: add noop untagged_addr definition
by Andrey Konovalov
· 6 years ago
d18c7e9d
Merge tag 'xtensa-20190607' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 6 years ago
6c70f89
Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linus
by Jens Axboe
· 6 years ago
33de0d1
Merge tag 'kbuild-fixes-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
91f152e
Merge tag 'mmc-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 6 years ago
a373ec2
Merge tag 'pm-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
de9f869
x86/insn-eval: Fix use-after-free access to LDT entry
by Jann Horn
· 6 years ago
1e1d926
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
6e38335
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
a02a532
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
913ab97
kbuild: use more portable 'command -v' for cc-cross-prefix
by Masahiro Yamada
· 6 years ago
0ab0d7a
s390/unwind: correct stack switching during unwind
by Vasily Gorbik
· 6 years ago
a964d23
Merge branch 'pm-x86'
by Rafael J. Wysocki
· 6 years ago
19e9da9
block, bfq: add weight symlink to the bfq.weight cgroup parameter
by Angelo Ruocco
· 6 years ago
54b7b86
cgroup: let a symlink too be created with a cftype file
by Angelo Ruocco
· 6 years ago
671e2ee
Merge branch 'linux-5.2' of git://github.com/skeggsb/linux into drm-fixes
by Dave Airlie
· 6 years ago
ab4bec1
drm/nouveau/secboot/gp10[2467]: support newer FW to fix SEC2 failures on some boards
by Ben Skeggs
· 6 years ago
9352ce3
drm/nouveau/secboot: enable loading of versioned LS PMU/SEC2 ACR msgqueue FW
by Ben Skeggs
· 6 years ago
5f0f8b5
drm/nouveau/secboot: split out FW version-specific LS function pointers
by Ben Skeggs
· 6 years ago
c26f306
drm/nouveau/secboot: pass max supported FW version to LS load funcs
by Ben Skeggs
· 6 years ago
475cf02
drm/nouveau/core: support versioned firmware loading
by Ben Skeggs
· 6 years ago
8854eed
drm/nouveau/core: pass subdev into nvkm_firmware_get, rather than device
by Ben Skeggs
· 6 years ago
c3e2219
block: free sched's request pool in blk_cleanup_queue
by Ming Lei
· 6 years ago
e659b41
Merge tag 'drm-intel-fixes-2019-06-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 6 years ago
bcc9d0e
Merge branch 'malidp-fixes' of git://linux-arm.org/linux-ld into drm-fixes
by Dave Airlie
· 6 years ago
16d72dd
Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 6 years ago
ae87660
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
0104763
Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
Next »