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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-12
Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-client
Linus Torvalds
4
-28
/
+50
2021-08-12
Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-12
/
+22
2021-08-10
Merge tag 'ovl-fixes-5.14-rc6-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-16
/
+80
2021-08-10
ovl: prevent private clone if bind mount is not allowed
Miklos Szeredi
1
-14
/
+28
2021-08-10
ovl: fix uninitialized pointer read in ovl_lookup_real_one()
Miklos Szeredi
1
-1
/
+1
2021-08-10
ovl: fix deadlock in splice write
Miklos Szeredi
1
-1
/
+46
2021-08-10
ovl: skip stale entries in merge dir cache iteration
Amir Goldstein
1
-0
/
+5
2021-08-09
ucounts: add missing data type changes
Sven Schnelle
2
-12
/
+22
2021-08-07
Merge tag 'io_uring-5.14-2021-08-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-26
/
+45
2021-08-06
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-5
/
+2
2021-08-06
ext4: fix potential htree corruption when growing large_dir directories
Theodore Ts'o
1
-1
/
+1
2021-08-06
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
Hao Xu
1
-1
/
+9
2021-08-06
io-wq: fix no lock protection of acct->nr_worker
Hao Xu
1
-6
/
+17
2021-08-05
pipe: increase minimum default pipe size to 2 pages
Alex Xu (Hello71)
1
-2
/
+17
2021-08-04
io-wq: fix race between worker exiting and activating free worker
Jens Axboe
1
-19
/
+19
2021-08-04
ceph: take snap_empty_lock atomically with snaprealm refcount change
Jeff Layton
1
-17
/
+17
2021-08-04
ceph: reduce contention in ceph_check_delayed_caps()
Luis Henriques
3
-11
/
+33
2021-08-01
Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
7
-106
/
+244
2021-07-31
Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-2
/
+10
2021-07-30
pipe: make pipe writes always wake up readers
Linus Torvalds
1
-5
/
+5
2021-07-30
Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+2
2021-07-30
Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+32
2021-07-30
Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-4
/
+5
2021-07-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-41
/
+62
2021-07-30
ocfs2: issue zeroout to EOF blocks
Junxiao Bi
1
-39
/
+60
2021-07-30
ocfs2: fix zero out valid data
Junxiao Bi
1
-2
/
+2
2021-07-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
3
-126
/
+0
2021-07-29
xfs: prevent spoofing of rtbitmap blocks when recovering buffers
Darrick J. Wong
1
-2
/
+12
2021-07-29
xfs: limit iclog tail updates
Dave Chinner
1
-13
/
+37
2021-07-29
xfs: need to see iclog flags in tracing
Dave Chinner
2
-4
/
+14
2021-07-29
xfs: Enforce attr3 buffer recovery order
Dave Chinner
1
-0
/
+1
2021-07-29
xfs: logging the on disk inode LSN can make it go backwards
Dave Chinner
2
-11
/
+39
2021-07-29
xfs: avoid unnecessary waits in xfs_log_force_lsn()
Dave Chinner
1
-5
/
+37
2021-07-29
xfs: log forces imply data device cache flushes
Dave Chinner
1
-13
/
+34
2021-07-29
xfs: factor out forced iclog flushes
Dave Chinner
1
-24
/
+18
2021-07-29
xfs: fix ordering violation between cache flushes and tail updates
Dave Chinner
3
-13
/
+39
2021-07-29
xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog
Dave Chinner
1
-28
/
+17
2021-07-29
xfs: external logs need to flush data device
Dave Chinner
1
-8
/
+11
2021-07-29
xfs: flush data dev on external log write
Dave Chinner
1
-1
/
+1
2021-07-29
btrfs: calculate number of eb pages properly in csum_tree_block
David Sterba
1
-1
/
+1
2021-07-28
cifs: add missing parsing of backupuid
Ronnie Sahlberg
1
-0
/
+7
2021-07-28
Merge tag 'fixes_for_v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-14
/
+44
2021-07-28
btrfs: fix rw device counting in __btrfs_free_extra_devids
Desmond Cheong Zhi Xi
1
-0
/
+1
2021-07-28
btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...
Filipe Manana
1
-2
/
+2
2021-07-28
btrfs: mark compressed range uptodate only if all bio succeed
Goldwyn Rodrigues
1
-1
/
+1
2021-07-28
io_uring: fix poll requests leaking second poll entries
Hao Xu
1
-3
/
+2
2021-07-28
io_uring: don't block level reissue off completion path
Jens Axboe
1
-0
/
+6
2021-07-27
block: delay freeing the gendisk
Christoph Hellwig
1
-0
/
+2
2021-07-27
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2021-07-27
io_uring: always reissue from task_work context
Jens Axboe
1
-2
/
+8
[next]