Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c9a6526fe7ae64528d924c6f255af15312211432
c9a6526
xfs: rename block gc start and stop functions
by Darrick J. Wong
· 4 years ago
4195675
xfs: only walk the incore inode tree once per blockgc scan
by Darrick J. Wong
· 4 years ago
9669f51
xfs: consolidate the eofblocks and cowblocks workers
by Darrick J. Wong
· 4 years ago
ce2d3bb
xfs: consolidate incore inode radix tree posteof/cowblocks tags
by Darrick J. Wong
· 4 years ago
865ac8e
xfs: remove trivial eof/cowblocks functions
by Darrick J. Wong
· 4 years ago
b943c0c
xfs: hide xfs_icache_free_cowblocks
by Darrick J. Wong
· 4 years ago
0461a32
xfs: hide xfs_icache_free_eofblocks
by Darrick J. Wong
· 4 years ago
f929656
xfs: relocate the eofb/cowb workqueue functions
by Darrick J. Wong
· 4 years ago
05a302a
xfs: set WQ_SYSFS on all workqueues in debug mode
by Darrick J. Wong
· 4 years ago
f83d436
xfs: increase the default parallelism levels of pwork clients
by Darrick J. Wong
· 4 years ago
a1a7d05
xfs: flush speculative space allocations when we run out of space
by Darrick J. Wong
· 4 years ago
85c5b27
xfs: refactor xfs_icache_free_{eof,cow}blocks call sites
by Darrick J. Wong
· 4 years ago
38899f8
xfs: add a tracepoint for blockgc scans
by Darrick J. Wong
· 4 years ago
758303d
xfs: flush eof/cowblocks if we can't reserve quota for chown
by Darrick J. Wong
· 4 years ago
c237dd7
xfs: flush eof/cowblocks if we can't reserve quota for inode creation
by Darrick J. Wong
· 4 years ago
766aabd
xfs: flush eof/cowblocks if we can't reserve quota for file blocks
by Darrick J. Wong
· 4 years ago
4ca7420
xfs: try worst case space reservation upfront in xfs_reflink_remap_extent
by Darrick J. Wong
· 4 years ago
111068f
xfs: pass flags and return gc errors from xfs_blockgc_free_quota
by Darrick J. Wong
· 4 years ago
3d4feec
xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
by Darrick J. Wong
· 4 years ago
9a537de
xfs: xfs_inode_free_quota_blocks should scan project quota
by Darrick J. Wong
· 4 years ago
f41a071
xfs: don't stall cowblocks scan if we can't take locks
by Darrick J. Wong
· 4 years ago
a636b1d
xfs: trigger all block gc scans when low on quota space
by Darrick J. Wong
· 4 years ago
2a4bdfa
xfs: shut down the filesystem if we screw up quota reservation
by Darrick J. Wong
· 4 years ago
fea7aae
xfs: rename code to error in xfs_ioctl_setattr
by Darrick J. Wong
· 4 years ago
5c615f0
xfs: remove xfs_qm_vop_chown_reserve
by Darrick J. Wong
· 4 years ago
7317a03
xfs: refactor inode ownership change transaction/inode/quota allocation idiom
by Darrick J. Wong
· 4 years ago
f2f7b9f
xfs: refactor inode creation transaction/inode/quota allocation idiom
by Darrick J. Wong
· 4 years ago
f273387
xfs: refactor reflink functions to use xfs_trans_alloc_inode
by Darrick J. Wong
· 4 years ago
3de4eb1
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
by Darrick J. Wong
· 4 years ago
3a1af6c
xfs: refactor common transaction/inode/quota allocation idiom
by Darrick J. Wong
· 4 years ago
02b7ee4
xfs: reserve data and rt quota at the same time
by Darrick J. Wong
· 4 years ago
7ac6eb4
xfs: fix up build warnings when quotas are disabled
by Darrick J. Wong
· 4 years ago
ad4a747
xfs: clean up icreate quota reservation calls
by Darrick J. Wong
· 4 years ago
35b11010
xfs: remove xfs_trans_unreserve_quota_nblks completely
by Darrick J. Wong
· 4 years ago
8554650
xfs: create convenience wrappers for incore quota block reservations
by Darrick J. Wong
· 4 years ago
4abe21a
xfs: clean up quota reservation callsites
by Darrick J. Wong
· 4 years ago
b8055ed
xfs: reduce quota reservation when doing a dax unwritten extent conversion
by Darrick J. Wong
· 4 years ago
1aecf37
xfs: fix chown leaking delalloc quota blocks when fssetxattr fails
by Darrick J. Wong
· 4 years ago
560ab6c
xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()
by Chandan Babu R
· 4 years ago
4533fc6
xfs: fix unused log variable in xfs_log_cover()
by Brian Foster
· 4 years ago
ae29e42
xfs: reduce ilock acquisitions in xfs_file_fsync
by Christoph Hellwig
· 4 years ago
f22c7f8
xfs: refactor xfs_file_fsync
by Christoph Hellwig
· 4 years ago
5b0ad7c
xfs: cover the log on freeze instead of cleaning it
by Brian Foster
· 4 years ago
ea2064d
xfs: remove xfs_quiesce_attr()
by Brian Foster
· 4 years ago
5232b93
xfs: remove duplicate wq cancel and log force from attr quiesce
by Brian Foster
· 4 years ago
f46e5a1
xfs: fold sbcount quiesce logging into log covering
by Brian Foster
· 4 years ago
b0eb9e1
xfs: don't reset log idle state on covering checkpoints
by Brian Foster
· 4 years ago
303591a
xfs: cover the log during log quiesce
by Brian Foster
· 4 years ago
9e54ee0
xfs: separate log cleaning from log quiesce
by Brian Foster
· 4 years ago
37444fc
xfs: lift writable fs check up into log worker task
by Brian Foster
· 4 years ago
50d2548
xfs: sync lazy sb accounting on quiesce of read-only mounts
by Brian Foster
· 4 years ago
8aa921a
xfs: set inode size after creating symlink
by Jeffrey Mitchell
· 4 years ago
8321ddb
xfs: don't drain buffer lru on freeze and read-only remount
by Brian Foster
· 4 years ago
10fb9ac
xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
by Brian Foster
· 4 years ago
88a9e03
xfs: Fix assert failure in xfs_setattr_size()
by Yumei Huang
· 4 years ago
01ea173
xfs: fix up non-directory creation in SGID directories
by Christoph Hellwig
· 4 years ago
eaf9254
xfs: remove a stale comment from xfs_file_aio_write_checks()
by Eric Biggers
· 4 years ago
3015196
xfs: Introduce error injection to allocate only minlen size extents for files
by Chandan Babu R
· 4 years ago
07c72e5
xfs: Process allocated extent in a separate function
by Chandan Babu R
· 4 years ago
0961fdd
xfs: Compute bmap extent alignments in a separate function
by Chandan Babu R
· 4 years ago
aff4db5
xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
by Chandan Babu R
· 4 years ago
f9fa871
xfs: Introduce error injection to reduce maximum inode fork extent count
by Chandan Babu R
· 4 years ago
bcc561f
xfs: Check for extent overflow when swapping extents
by Chandan Babu R
· 4 years ago
ee898d7
xfs: Check for extent overflow when remapping an extent
by Chandan Babu R
· 4 years ago
5f1d5bbf
xfs: Check for extent overflow when moving extent from cow to data fork
by Chandan Babu R
· 4 years ago
c442f30
xfs: Check for extent overflow when writing to unwritten extent
by Chandan Babu R
· 4 years ago
3a19bb1
xfs: Check for extent overflow when adding/removing xattrs
by Chandan Babu R
· 4 years ago
02092a2
xfs: Check for extent overflow when renaming dir entries
by Chandan Babu R
· 4 years ago
0dbc5cb
xfs: Check for extent overflow when removing dir entries
by Chandan Babu R
· 4 years ago
f5d9274
xfs: Check for extent overflow when adding dir entries
by Chandan Babu R
· 4 years ago
85ef08b
xfs: Check for extent overflow when punching a hole
by Chandan Babu R
· 4 years ago
727e1ac
xfs: Check for extent overflow when trivally adding a new extent
by Chandan Babu R
· 4 years ago
b9b7e1d
xfs: Add helper for checking per-inode extent count overflow
by Chandan Babu R
· 4 years ago
6da1b4b
xfs: fix an ABBA deadlock in xfs_rename
by Darrick J. Wong
· 4 years ago
19c329f
Linux 5.11-rc4
by Linus Torvalds
· 4 years ago
e2da7836
Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
by Linus Torvalds
· 4 years ago
a1339d6
Merge tag 'powerpc-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 4 years ago
a527a2b
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 4 years ago
feb889f
mm: don't put pinned pages into the swap cache
by Linus Torvalds
· 4 years ago
0da0a8a
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 4 years ago
d36a1dd
dump_common_audit_data(): fix racy accesses to ->d_name
by Al Viro
· 4 years ago
54c6247d
Merge tag 'block-5.11-2021-01-16' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 4 years ago
11c0239
Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 4 years ago
acda701
Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 4 years ago
9348b73
mm: don't play games with pinned pages in clear_page_refs
by Linus Torvalds
· 4 years ago
29a951d
mm: fix clear_refs_write locking
by Linus Torvalds
· 4 years ago
e557793
RISC-V: Fix maximum allowed phsyical memory for RV32
by Atish Patra
· 4 years ago
abb8e86
RISC-V: Set current memblock limit
by Atish Patra
· 4 years ago
797f037
RISC-V: Do not allocate memblock while iterating reserved memblocks
by Atish Patra
· 4 years ago
a959a97
iov_iter: fix the uaccess area in copy_compat_iovec_from_user
by Christoph Hellwig
· 4 years ago
1d94330
Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 4 years ago
b45e2da
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 4 years ago
8cbe71e
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 4 years ago
a8d13db
io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()
by Jens Axboe
· 4 years ago
0bc9bc1
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 4 years ago
7cd3c41
Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 4 years ago
82821be8
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 4 years ago
f288c89
Merge tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 4 years ago
648b054
perf inject: Correct event attribute sizes
by Al Grant
· 4 years, 2 months ago
5501e92
perf intel-pt: Fix 'CPU too large' error
by Adrian Hunter
· 4 years ago
Next »