index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-10
f2fs: use iomap for direct I/O
Eric Biggers
4
-273
/
+322
2021-12-10
Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-0
/
+76
2021-12-10
Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
2
-45
/
+153
2021-12-10
io-wq: check for wq exit after adding new worker task_work
Jens Axboe
1
-6
/
+25
2021-12-10
io_uring: ensure task_work gets run as part of cancelations
Jens Axboe
1
-2
/
+4
2021-12-10
nfsd: fix use-after-free due to delegation race
J. Bruce Fields
1
-2
/
+7
2021-12-10
nfsd: Fix nsfd startup race (again)
Alexander Sverdlin
2
-7
/
+8
2021-12-10
net: add netns refcount tracker to struct seq_net_private
Eric Dumazet
1
-3
/
+16
2021-12-09
ext4: Remove unused match_table_t tokens
Lukas Czerner
1
-243
/
+131
2021-12-09
ext4: switch to the new mount api
Lukas Czerner
1
-108
/
+85
2021-12-09
ext4: change token2str() to use ext4_param_specs
Lukas Czerner
1
-4
/
+4
2021-12-09
ext4: clean up return values in handle_mount_opt()
Lukas Czerner
1
-11
/
+17
2021-12-09
ext4: Completely separate options parsing and sb setup
Lukas Czerner
1
-135
/
+264
2021-12-09
ext4: get rid of super block and sbi from handle_mount_ops()
Lukas Czerner
1
-173
/
+368
2021-12-09
ext4: check ext2/3 compatibility outside handle_mount_opt()
Lukas Czerner
1
-16
/
+25
2021-12-09
ext4: move quota configuration out of handle_mount_opt()
Lukas Czerner
1
-93
/
+165
2021-12-09
ext4: Allow sb to be NULL in ext4_msg()
Lukas Czerner
1
-66
/
+78
2021-12-09
ext4: Change handle_mount_opt() to use fs_parameter
Lukas Czerner
1
-107
/
+143
2021-12-09
ext4: move option validation to a separate function
Lukas Czerner
1
-2
/
+9
2021-12-09
ext4: Add fs parameter specifications for mount options
Lukas Czerner
1
-0
/
+151
2021-12-09
fs_parse: allow parameter value to be empty
Lukas Czerner
1
-8
/
+23
2021-12-09
aio: Fix incorrect usage of eventfd_signal_allowed()
Xie Yongji
1
-1
/
+1
2021-12-09
aio: fix use-after-free due to missing POLLFREE handling
Eric Biggers
1
-31
/
+106
2021-12-09
aio: keep poll requests on waitqueue until completed
Eric Biggers
1
-20
/
+63
2021-12-09
signalfd: use wake_up_pollfree()
Eric Biggers
1
-11
/
+1
2021-12-09
erofs: clean up erofs_map_blocks tracepoints
Gao Xiang
1
-22
/
+17
2021-12-08
cifs: fix ntlmssp auth when there is no key exchange
Paulo Alcantara
1
-18
/
+36
2021-12-08
io_uring: batch completion in prior_task_list
Hao Xu
1
-11
/
+60
2021-12-08
iomap: turn the byte variable in iomap_zero_iter into a ssize_t
Christoph Hellwig
1
-1
/
+1
2021-12-08
btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling
Qu Wenruo
1
-1
/
+2
2021-12-08
btrfs: zoned: clear data relocation bg on zone finish
Johannes Thumshirn
1
-0
/
+2
2021-12-08
btrfs: free exchange changeset on failures
Johannes Thumshirn
1
-3
/
+9
2021-12-08
btrfs: fix re-dirty process of tree-log nodes
Naohiro Aota
1
-2
/
+3
2021-12-08
btrfs: call mapping_set_error() on btree inode with a write error
Josef Bacik
1
-0
/
+8
2021-12-08
btrfs: clear extent buffer uptodate when we fail to write it
Josef Bacik
1
-0
/
+6
2021-12-08
btrfs: fail if fstrim_range->start == U64_MAX
Josef Bacik
1
-0
/
+3
2021-12-08
btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()
Dan Carpenter
1
-4
/
+2
2021-12-08
tracefs: Set all files to the same group ownership as the mount option
Steven Rostedt (VMware)
1
-0
/
+72
2021-12-08
tracefs: Have new files inherit the ownership of their parent
Steven Rostedt (VMware)
1
-0
/
+4
2021-12-07
cifs: Fix crash on unload of cifs_arc4.ko
Vincent Whitchurch
1
-13
/
+0
2021-12-08
erofs: Replace zero-length array with flexible-array member
Gao Xiang
1
-2
/
+2
2021-12-08
erofs: add sysfs node to control sync decompression strategy
Huang Jianan
4
-7
/
+46
2021-12-08
erofs: add sysfs interface
Huang Jianan
4
-1
/
+264
2021-12-07
io_uring: split io_req_complete_post() and add a helper
Hao Xu
1
-3
/
+11
2021-12-07
io_uring: add helper for task work execution code
Hao Xu
1
-16
/
+20
2021-12-07
io_uring: add a priority tw list for irq completion work
Hao Xu
1
-16
/
+20
2021-12-07
io-wq: add helper to merge two wq_lists
Hao Xu
1
-0
/
+22
2021-12-07
fs: dlm: memory cache for lowcomms hotpath
Alexander Aring
4
-3
/
+31
2021-12-07
fs: dlm: memory cache for writequeue_entry
Alexander Aring
4
-6
/
+44
2021-12-07
fs: dlm: memory cache for midcomms hotpath
Alexander Aring
4
-11
/
+44
[prev]
[next]