Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
036f463fe15db26c2d90724203e4a7ea8f9b8580
036f463
xfs: online scrub needn't bother zeroing its temporary buffer
by Darrick J. Wong
· 6 years ago
6d6cced
xfs: only allocate memory for scrubbing attributes when we need it
by Darrick J. Wong
· 6 years ago
0081675
xfs: refactor attr scrub memory allocation function
by Darrick J. Wong
· 6 years ago
3addd24
xfs: refactor extended attribute buffer pointer functions
by Darrick J. Wong
· 6 years ago
2c3b83d
xfs: attribute scrub should use seen_enough to pass error values
by Darrick J. Wong
· 6 years ago
bf3cb39
xfs: allow single bulkstat of special inodes
by Darrick J. Wong
· 6 years ago
13d59a2
xfs: specify AG in bulk req
by Darrick J. Wong
· 6 years ago
fba9760
xfs: wire up the v5 inumbers ioctl
by Darrick J. Wong
· 6 years ago
0448b6f
xfs: wire up new v5 bulkstat ioctls
by Darrick J. Wong
· 6 years ago
5f19c7f
xfs: introduce v5 inode group structure
by Darrick J. Wong
· 6 years ago
7035f97
xfs: introduce new v5 bulkstat structure
by Darrick J. Wong
· 6 years ago
8bfe9d1
xfs: rename bulkstat functions
by Darrick J. Wong
· 6 years ago
6f71fb6
xfs: remove various bulk request typedef usage
by Darrick J. Wong
· 6 years ago
a7a9250
fs: xfs: xfs_log: Change return type from int to void
by Hariprasad Kelam
· 6 years ago
3e5a428
xfs: poll waiting for quotacheck
by Darrick J. Wong
· 6 years ago
4078671
xfs: multithreaded iwalk implementation
by Darrick J. Wong
· 6 years ago
677717f
xfs: refactor INUMBERS to use iwalk functions
by Darrick J. Wong
· 6 years ago
04b8fba
xfs: refactor iwalk code to handle walking inobt records
by Darrick J. Wong
· 6 years ago
2b5eb82
xfs: refactor xfs_iwalk_grab_ichunk
by Darrick J. Wong
· 6 years ago
688f7c3
xfs: clean up long conditionals in xfs_iwalk_ichunk_ra
by Darrick J. Wong
· 6 years ago
5e29f3b
xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino
by Darrick J. Wong
· 6 years ago
da1d9e5
xfs: move bulkstat ichunk helpers to iwalk code
by Darrick J. Wong
· 6 years ago
938c710
xfs: calculate inode walk prefetch more carefully
by Darrick J. Wong
· 6 years ago
2810bd6
xfs: convert bulkstat to new iwalk infrastructure
by Darrick J. Wong
· 6 years ago
f16fe3e
xfs: bulkstat should copy lastip whenever userspace supplies one
by Darrick J. Wong
· 6 years ago
ebd126a
xfs: convert quotacheck to use the new iwalk functions
by Darrick J. Wong
· 6 years ago
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
Next »