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
2020-01-17
Merge tag 'io_uring-5.5-2020-01-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-28
/
+56
2020-01-17
Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-46
/
+114
2020-01-17
Merge tag 'fuse-fixes-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2020-01-17
btrfs: check rw_devices, not num_devices for balance
Josef Bacik
1
-1
/
+5
2020-01-17
Btrfs: always copy scrub arguments back to user space
Filipe Manana
1
-1
/
+13
2020-01-16
io_uring: only allow submit from owning task
Jens Axboe
1
-0
/
+6
2020-01-16
fuse: fix fuse_send_readpages() in the syncronous read case
Miklos Szeredi
1
-1
/
+3
2020-01-15
io_uring: ensure workqueue offload grabs ring mutex for poll list
Jens Axboe
1
-0
/
+9
2020-01-15
io_uring: clear req->result always before issuing a read/write request
Bijan Mottahedeh
1
-0
/
+2
2020-01-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-79
/
+13
2020-01-15
fix autofs regression caused by follow_managed() changes
Al Viro
1
-0
/
+1
2020-01-15
reimplement path_mountpoint() with less magic
Al Viro
2
-79
/
+12
2020-01-14
io_uring: be consistent in assigning next work from handler
Jens Axboe
1
-24
/
+28
2020-01-14
io-wq: cancel work if we fail getting a mm reference
Jens Axboe
1
-4
/
+8
2020-01-14
Merge branch 'dhowells' (patches from DavidH)
Linus Torvalds
1
-10
/
+8
2020-01-14
afs: Fix afs_lookup() to not clobber the version on a new dentry
David Howells
1
-5
/
+1
2020-01-14
afs: Fix use-after-loss-of-ref
David Howells
1
-5
/
+7
2020-01-13
io_uring: don't setup async context for read/write fixed
Jens Axboe
1
-0
/
+3
2020-01-13
btrfs: relocation: fix reloc_root lifespan and access
Qu Wenruo
1
-5
/
+46
2020-01-10
Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-01-10
Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-6
/
+6
2020-01-10
Merge tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+0
2020-01-09
Merge tag 'pstore-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+3
2020-01-09
fs: move guard_bio_eod() after bio_set_op_attrs
Ming Lei
3
-6
/
+6
2020-01-08
pstore/ram: Regularize prz label allocation lifetime
Kees Cook
2
-3
/
+3
2020-01-08
btrfs: fix memory leak in qgroup accounting
Johannes Thumshirn
1
-1
/
+5
2020-01-08
btrfs: do not delete mismatched root refs
Josef Bacik
1
-4
/
+6
2020-01-08
btrfs: fix invalid removal of root ref
Josef Bacik
1
-8
/
+19
2020-01-08
btrfs: rework arguments of btrfs_unlink_subvol
Josef Bacik
1
-26
/
+20
2020-01-07
io_uring: remove punt of short reads to async context
Jens Axboe
1
-12
/
+0
2020-01-06
chardev: Avoid potential use-after-free in 'chrdev_open()'
Will Deacon
1
-1
/
+1
2020-01-04
ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less
Gang He
1
-0
/
+1
2020-01-04
ocfs2: call journal flush to mark journal as empty after journal recovery whe...
Kai Li
1
-0
/
+8
2020-01-04
fs/posix_acl.c: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+5
2020-01-04
fs/namespace.c: make to_mnt_ns() static
Eric Biggers
1
-1
/
+1
2020-01-04
fs/nsfs.c: include headers for missing declarations
Eric Biggers
1
-0
/
+3
2020-01-04
fs/direct-io.c: include fs/internal.h for missing prototype
Eric Biggers
1
-0
/
+2
2020-01-03
Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-4
/
+9
2020-01-03
Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-24
/
+1
2020-01-03
mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()
Jan Stancek
1
-1
/
+3
2020-01-02
Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+13
2020-01-02
Revert "fs: remove ksys_dup()"
Dominik Brodowski
1
-1
/
+6
2020-01-02
pstore/ram: Write new dumps to start of recycled zones
Aleksandr Yashkin
1
-0
/
+11
2020-01-02
pstore/ram: Fix error-path memory leak in persistent_ram_new() callers
Kees Cook
1
-0
/
+2
2019-12-30
Btrfs: fix infinite loop during nocow writeback due to race
Filipe Manana
1
-3
/
+3
2019-12-30
btrfs: fix compressed write bio blkcg attribution
Dennis Zhou
1
-4
/
+5
2019-12-30
btrfs: punt all bios created in btrfs_submit_compressed_write()
Dennis Zhou
1
-0
/
+4
2019-12-29
Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...
Linus Torvalds
1
-1
/
+1
2019-12-29
Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-10
/
+56
2019-12-29
locks: print unsigned ino in /proc/locks
Amir Goldstein
1
-1
/
+1
[next]