Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a211432c27ffa32d9978f6c18f5af0c3f8ad2ad1
a211432
xfs: create simplified inode walk function
by Darrick J. Wong
· 6 years ago
5bb46e3
xfs: create iterator error codes
by Darrick J. Wong
· 6 years ago
73d30d4
xfs: remove XFS_TRANS_NOFS
by Christoph Hellwig
· 6 years ago
fe64e0d
xfs: simplify xfs_ioend_can_merge
by Christoph Hellwig
· 6 years ago
7dbae9f
xfs: allow merging ioends over append boundaries
by Christoph Hellwig
· 6 years ago
0290d9c
xfs: fix a comment typo in xfs_submit_ioend
by Christoph Hellwig
· 6 years ago
1fdafce
xfs: remove the unused xfs_count_page_state declaration
by Christoph Hellwig
· 6 years ago
89b171a
xfs: fix iclog allocation size
by Christoph Hellwig
· 6 years ago
250d4b4
xfs: remove unused header files
by Eric Sandeen
· 6 years ago
adfb5fb
xfs: implement cgroup aware writeback
by Christoph Hellwig
· 6 years ago
a247373
xfs: simplify xfs_chain_bio
by Christoph Hellwig
· 6 years ago
f327a00
xfs: account for log space when formatting new AGs
by Darrick J. Wong
· 6 years ago
8d90857
xfs: refactor free space btree record initialization
by Darrick J. Wong
· 6 years ago
7e36a3a
xfs: always update params on small allocation
by Brian Foster
· 6 years ago
6691cd9
xfs: skip small alloc cntbt logic on NULL cursor
by Brian Foster
· 6 years ago
c63cdd4
xfs: move small allocation helper
by Brian Foster
· 6 years ago
2a4f35f
xfs: clean up small allocation helper
by Brian Foster
· 6 years ago
caeaea9
xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c
by Christoph Hellwig
· 6 years ago
3cfce1e
xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c
by Christoph Hellwig
· 6 years ago
effd5e9
xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c
by Christoph Hellwig
· 6 years ago
81f4004
xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c
by Christoph Hellwig
· 6 years ago
73f0d23
xfs: merge xfs_bud_init into xfs_trans_get_bud
by Christoph Hellwig
· 6 years ago
60883447
xfs: merge xfs_rud_init into xfs_trans_get_rud
by Christoph Hellwig
· 6 years ago
ebeb8e0
xfs: merge xfs_cud_init into xfs_trans_get_cud
by Christoph Hellwig
· 6 years ago
9c5e7c2
xfs: merge xfs_efd_init into xfs_trans_get_efd
by Christoph Hellwig
· 6 years ago
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
Next »