index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
unicode
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-23
xfs: cover the log during log quiesce
Brian Foster
2
-4
/
+47
2021-01-23
xfs: separate log cleaning from log quiesce
Brian Foster
3
-2
/
+9
2021-01-23
xfs: lift writable fs check up into log worker task
Brian Foster
1
-10
/
+8
2021-01-23
xfs: sync lazy sb accounting on quiesce of read-only mounts
Brian Foster
3
-10
/
+22
2021-01-23
xfs: set inode size after creating symlink
Jeffrey Mitchell
1
-0
/
+1
2021-01-23
xfs: don't drain buffer lru on freeze and read-only remount
Brian Foster
3
-7
/
+20
2021-01-23
xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
Brian Foster
5
-17
/
+17
2021-01-23
xfs: Fix assert failure in xfs_setattr_size()
Yumei Huang
1
-1
/
+1
2021-01-23
xfs: fix up non-directory creation in SGID directories
Christoph Hellwig
1
-7
/
+7
2021-01-23
xfs: remove a stale comment from xfs_file_aio_write_checks()
Eric Biggers
1
-6
/
+0
2021-01-23
xfs: Introduce error injection to allocate only minlen size extents for files
Chandan Babu R
5
-25
/
+159
2021-01-23
xfs: Process allocated extent in a separate function
Chandan Babu R
1
-29
/
+45
2021-01-23
xfs: Compute bmap extent alignments in a separate function
Chandan Babu R
1
-37
/
+52
2021-01-23
xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
Chandan Babu R
1
-1
/
+0
2021-01-23
xfs: Introduce error injection to reduce maximum inode fork extent count
Chandan Babu R
3
-1
/
+10
2021-01-23
xfs: Check for extent overflow when swapping extents
Chandan Babu R
2
-0
/
+23
2021-01-23
xfs: Check for extent overflow when remapping an extent
Chandan Babu R
1
-0
/
+11
2021-01-23
xfs: Check for extent overflow when moving extent from cow to data fork
Chandan Babu R
2
-0
/
+14
2021-01-23
xfs: Check for extent overflow when writing to unwritten extent
Chandan Babu R
2
-0
/
+14
2021-01-23
xfs: Check for extent overflow when adding/removing xattrs
Chandan Babu R
2
-0
/
+23
2021-01-23
xfs: Check for extent overflow when renaming dir entries
Chandan Babu R
2
-1
/
+46
2021-01-23
xfs: Check for extent overflow when removing dir entries
Chandan Babu R
1
-0
/
+18
2021-01-23
xfs: Check for extent overflow when adding dir entries
Chandan Babu R
3
-0
/
+28
2021-01-23
xfs: Check for extent overflow when punching a hole
Chandan Babu R
3
-6
/
+26
2021-01-23
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
7
-1
/
+41
2021-01-23
xfs: Add helper for checking per-inode extent count overflow
Chandan Babu R
2
-0
/
+25
2021-01-23
xfs: fix an ABBA deadlock in xfs_rename
Darrick J. Wong
3
-20
/
+26
2021-01-18
Linux 5.11-rc4
v5.11-rc4
Linus Torvalds
1
-1
/
+1
2021-01-17
mm: don't put pinned pages into the swap cache
Linus Torvalds
1
-0
/
+2
2021-01-16
dump_common_audit_data(): fix racy accesses to ->d_name
Al Viro
1
-2
/
+5
2021-01-16
mm: don't play games with pinned pages in clear_page_refs
Linus Torvalds
1
-0
/
+21
2021-01-16
mm: fix clear_refs_write locking
Linus Torvalds
1
-23
/
+9
2021-01-16
RISC-V: Fix maximum allowed phsyical memory for RV32
Atish Patra
1
-2
/
+4
2021-01-16
RISC-V: Set current memblock limit
Atish Patra
1
-2
/
+14
2021-01-16
RISC-V: Do not allocate memblock while iterating reserved memblocks
Atish Patra
1
-11
/
+13
2021-01-16
iov_iter: fix the uaccess area in copy_compat_iovec_from_user
Christoph Hellwig
1
-1
/
+1
2021-01-16
io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()
Jens Axboe
1
-0
/
+1
2021-01-15
perf inject: Correct event attribute sizes
Al Grant
1
-0
/
+8
2021-01-15
perf intel-pt: Fix 'CPU too large' error
Adrian Hunter
2
-3
/
+3
2021-01-15
perf stat: Take cgroups into account for shadow stats
Namhyung Kim
1
-7
/
+19
2021-01-15
perf stat: Introduce struct runtime_stat_data
Namhyung Kim
1
-173
/
+173
2021-01-15
libperf tests: Fail when failing to get a tracepoint id
Ian Rogers
1
-0
/
+1
2021-01-15
libperf tests: If a test fails return non-zero
Ian Rogers
4
-4
/
+4
2021-01-15
libperf tests: Avoid uninitialized variable warning
Ian Rogers
1
-2
/
+2
2021-01-15
ext4: remove expensive flush on fast commit
Daejun Park
1
-5
/
+5
2021-01-15
ext4: fix bug for rename with RENAME_WHITEOUT
yangerkun
1
-8
/
+9
2021-01-15
ext4: fix wrong list_splice in ext4_fc_cleanup
Daejun Park
1
-1
/
+1
2021-01-15
ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR
Yi Li
1
-11
/
+12
2021-01-15
perf test: Fix shadow stat test for non-bash shells
Namhyung Kim
1
-16
/
+14
2021-01-15
tools headers: Syncronize linux/build_bug.h with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+0
[next]