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
2019-10-11
Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-14
/
+10
2019-10-10
Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
10
-31
/
+29
2019-10-10
Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-13
/
+49
2019-10-10
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-66
/
+71
2019-10-10
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+4
2019-10-09
libfs: take cursors out of list when moving past the end of directory
Al Viro
1
-24
/
+25
2019-10-09
vfs: add missing blkdev_put() in get_tree_bdev()
Ian Kent
1
-1
/
+4
2019-10-09
io_uring: only flush workqueues on fileset removal
Jens Axboe
1
-1
/
+5
2019-10-09
xfs: move local to extent inode logging into bmap helper
Brian Foster
4
-7
/
+8
2019-10-09
xfs: remove broken error handling on failed attr sf to leaf change
Brian Foster
1
-17
/
+2
2019-10-09
xfs: log the inode on directory sf to block format change
Brian Foster
2
-0
/
+2
2019-10-08
btrfs: silence maybe-uninitialized warning in clone_range
Austin Kim
1
-1
/
+1
2019-10-07
io_uring: remove wait loop spurious wakeups
Pavel Begunkov
1
-12
/
+4
2019-10-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-38
/
+54
2019-10-07
writeback: fix use-after-free in finish_writeback_work()
Tejun Heo
1
-2
/
+7
2019-10-07
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...
Jia-Ju Bai
1
-1
/
+1
2019-10-07
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()
Jia-Ju Bai
1
-1
/
+2
2019-10-07
fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()
Jia-Ju Bai
1
-33
/
+23
2019-10-07
ocfs2: clear zero in unaligned direct IO
Jia Guo
1
-1
/
+21
2019-10-07
uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it
Linus Torvalds
1
-42
/
+2
2019-10-06
xfs: assure zeroed memory buffers for certain kmem allocations
Bill O'Donnell
3
-3
/
+13
2019-10-06
xfs: removed unused error variable from xchk_refcountbt_rec
Aliasgar Surti
1
-2
/
+1
2019-10-06
xfs: remove unused flags arg from xfs_get_aghdr_buf()
Eric Sandeen
1
-3
/
+2
2019-10-06
xfs: Fix tail rounding in xfs_alloc_file_space()
Max Reitz
1
-1
/
+3
2019-10-06
elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
Linus Torvalds
1
-10
/
+3
2019-10-05
Merge branch 'readdir' (readdir speedup and sanity checking)
Linus Torvalds
1
-35
/
+133
2019-10-05
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
1
-0
/
+40
2019-10-05
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
1
-35
/
+93
2019-10-04
Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+4
2019-10-04
io_uring: fix reversed nonblock flag for link submission
Pavel Begunkov
1
-1
/
+1
2019-10-03
vfs: Fix EOVERFLOW testing in put_compat_statfs64
Eric Sandeen
1
-13
/
+4
2019-10-03
btrfs: fix uninitialized ret in ref-verify
Josef Bacik
1
-1
/
+1
2019-10-01
btrfs: allocate new inode in NOFS context
Josef Bacik
1
-0
/
+3
2019-10-01
btrfs: fix balance convert to single on 32-bit host CPUs
Zygo Blaxell
1
-1
/
+5
2019-10-01
btrfs: fix incorrect updating of log root tree
Josef Bacik
1
-9
/
+27
2019-10-01
Btrfs: fix memory leak due to concurrent append writes with fiemap
Filipe Manana
1
-1
/
+12
2019-10-01
io_uring: use __kernel_timespec in timeout ABI
Arnd Bergmann
1
-4
/
+4
2019-10-01
erofs: fix mis-inplace determination related with noio chain
Gao Xiang
1
-2
/
+10
2019-10-01
erofs: fix erofs_get_meta_page locking due to a cleanup
Gao Xiang
1
-3
/
+7
2019-10-01
erofs: fix return value check in erofs_read_superblock()
Wei Yongjun
1
-2
/
+2
2019-09-30
Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-18
/
+58
2019-09-29
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-10
/
+2
2019-09-29
Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
14
-26
/
+194
2019-09-29
Merge branch 'entropy'
Linus Torvalds
1
-0
/
+3
2019-09-29
Revert "Revert "ext4: make __ext4_get_inode_loc plug""
Linus Torvalds
1
-0
/
+3
2019-09-28
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-3
/
+107
2019-09-27
Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
30
-562
/
+2004
2019-09-27
Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...
Linus Torvalds
5
-0
/
+1220
2019-09-27
Merge tag '9p-for-5.4' of git://github.com/martinetd/linux
Linus Torvalds
3
-2
/
+7
[next]