index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-03
xfs: trigger all block gc scans when low on quota space
Darrick J. Wong
3
-41
/
+24
2021-02-03
xfs: shut down the filesystem if we screw up quota reservation
Darrick J. Wong
1
-3
/
+10
2021-02-03
xfs: rename code to error in xfs_ioctl_setattr
Darrick J. Wong
1
-19
/
+19
2021-02-03
xfs: remove xfs_qm_vop_chown_reserve
Darrick J. Wong
3
-54
/
+14
2021-02-03
xfs: refactor inode ownership change transaction/inode/quota allocation idiom
Darrick J. Wong
4
-43
/
+77
2021-02-03
xfs: refactor inode creation transaction/inode/quota allocation idiom
Darrick J. Wong
4
-28
/
+53
2021-02-03
xfs: refactor reflink functions to use xfs_trans_alloc_inode
Darrick J. Wong
2
-33
/
+23
2021-02-03
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
6
-46
/
+18
2021-02-03
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
6
-38
/
+59
2021-02-03
xfs: reserve data and rt quota at the same time
Darrick J. Wong
7
-56
/
+60
2021-02-03
xfs: fix up build warnings when quotas are disabled
Darrick J. Wong
1
-3
/
+3
2021-02-03
xfs: clean up icreate quota reservation calls
Darrick J. Wong
4
-10
/
+31
2021-02-03
xfs: remove xfs_trans_unreserve_quota_nblks completely
Darrick J. Wong
4
-17
/
+7
2021-02-03
xfs: create convenience wrappers for incore quota block reservations
Darrick J. Wong
3
-9
/
+25
2021-02-03
xfs: clean up quota reservation callsites
Darrick J. Wong
3
-6
/
+5
2021-02-03
xfs: reduce quota reservation when doing a dax unwritten extent conversion
Darrick J. Wong
1
-1
/
+1
2021-02-03
xfs: fix chown leaking delalloc quota blocks when fssetxattr fails
Darrick J. Wong
1
-57
/
+35
2021-02-01
xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()
Chandan Babu R
1
-5
/
+4
2021-02-01
xfs: fix unused log variable in xfs_log_cover()
Brian Foster
1
-3
/
+2
2021-01-22
xfs: reduce ilock acquisitions in xfs_file_fsync
Christoph Hellwig
1
-1
/
+8
2021-01-22
xfs: refactor xfs_file_fsync
Christoph Hellwig
1
-31
/
+50
2021-01-22
xfs: cover the log on freeze instead of cleaning it
Brian Foster
1
-2
/
+1
2021-01-22
xfs: remove xfs_quiesce_attr()
Brian Foster
2
-23
/
+3
2021-01-22
xfs: remove duplicate wq cancel and log force from attr quiesce
Brian Foster
1
-5
/
+0
2021-01-22
xfs: fold sbcount quiesce logging into log covering
Brian Foster
4
-42
/
+18
2021-01-22
xfs: don't reset log idle state on covering checkpoints
Brian Foster
1
-3
/
+6
2021-01-22
xfs: cover the log during log quiesce
Brian Foster
2
-4
/
+47
2021-01-22
xfs: separate log cleaning from log quiesce
Brian Foster
3
-2
/
+9
2021-01-22
xfs: lift writable fs check up into log worker task
Brian Foster
1
-10
/
+8
2021-01-22
xfs: sync lazy sb accounting on quiesce of read-only mounts
Brian Foster
3
-10
/
+22
2021-01-22
xfs: set inode size after creating symlink
Jeffrey Mitchell
1
-0
/
+1
2021-01-22
xfs: don't drain buffer lru on freeze and read-only remount
Brian Foster
3
-7
/
+20
2021-01-22
xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
Brian Foster
5
-17
/
+17
2021-01-22
xfs: Fix assert failure in xfs_setattr_size()
Yumei Huang
1
-1
/
+1
2021-01-22
xfs: fix up non-directory creation in SGID directories
Christoph Hellwig
1
-7
/
+7
2021-01-22
xfs: remove a stale comment from xfs_file_aio_write_checks()
Eric Biggers
1
-6
/
+0
2021-01-22
xfs: Introduce error injection to allocate only minlen size extents for files
Chandan Babu R
5
-25
/
+159
2021-01-22
xfs: Process allocated extent in a separate function
Chandan Babu R
1
-29
/
+45
2021-01-22
xfs: Compute bmap extent alignments in a separate function
Chandan Babu R
1
-37
/
+52
2021-01-22
xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
Chandan Babu R
1
-1
/
+0
2021-01-22
xfs: Introduce error injection to reduce maximum inode fork extent count
Chandan Babu R
3
-1
/
+10
2021-01-22
xfs: Check for extent overflow when swapping extents
Chandan Babu R
2
-0
/
+23
2021-01-22
xfs: Check for extent overflow when remapping an extent
Chandan Babu R
1
-0
/
+11
2021-01-22
xfs: Check for extent overflow when moving extent from cow to data fork
Chandan Babu R
2
-0
/
+14
2021-01-22
xfs: Check for extent overflow when writing to unwritten extent
Chandan Babu R
2
-0
/
+14
2021-01-22
xfs: Check for extent overflow when adding/removing xattrs
Chandan Babu R
2
-0
/
+23
2021-01-22
xfs: Check for extent overflow when renaming dir entries
Chandan Babu R
2
-1
/
+46
2021-01-22
xfs: Check for extent overflow when removing dir entries
Chandan Babu R
1
-0
/
+18
2021-01-22
xfs: Check for extent overflow when adding dir entries
Chandan Babu R
3
-0
/
+28
2021-01-22
xfs: Check for extent overflow when punching a hole
Chandan Babu R
3
-6
/
+26
[next]