index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-18
btrfs: fix check_data_csum() error message for direct I/O
Omar Sandoval
1
-5
/
+9
2021-03-18
Merge tag 'xfs-5.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
4
-53
/
+60
2021-03-18
Merge branch 'iomap-5.12-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+10
2021-03-18
btrfs: fix sleep while in non-sleep context during qgroup removal
Filipe Manana
1
-2
/
+10
2021-03-18
io_uring: don't leak creds on SQO attach error
Pavel Begunkov
1
-11
/
+6
2021-03-18
io_uring: use typesafe pointers in io_uring_task
Stefan Metzmacher
1
-2
/
+2
2021-03-18
io_uring: remove structures from include/linux/io_uring.h
Stefan Metzmacher
2
-1
/
+25
2021-03-18
io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls
Stefan Metzmacher
1
-4
/
+4
2021-03-17
btrfs: fix subvolume/snapshot deletion not triggered on mount
Filipe Manana
1
-1
/
+15
2021-03-17
btrfs: fix build when using M=fs/btrfs
David Sterba
1
-4
/
+6
2021-03-17
btrfs: do not initialize dev replace for bad dev root
Josef Bacik
1
-0
/
+3
2021-03-17
btrfs: initialize device::fs_info always
Josef Bacik
1
-1
/
+2
2021-03-17
btrfs: do not initialize dev stats if we have no dev_root
Josef Bacik
1
-0
/
+3
2021-03-17
btrfs: zoned: remove outdated WARN_ON in direct IO
Johannes Thumshirn
1
-4
/
+0
2021-03-17
zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()
Chao Yu
1
-4
/
+3
2021-03-16
kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
Oleg Nesterov
1
-6
/
+4
2021-03-16
btrfs: always pin deleted leaves when there are active tree mod log users
Filipe Manana
1
-1
/
+22
2021-03-16
btrfs: fix race when cloning extent buffer during rewind of an old root
Filipe Manana
1
-0
/
+2
2021-03-16
btrfs: fix slab cache flags for free space tree bitmap
David Sterba
1
-1
/
+1
2021-03-16
Merge tag 'fuse-fixes-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-11
/
+25
2021-03-16
Merge tag 'nfsd-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
6
-44
/
+20
2021-03-16
fuse: 32-bit user space ioctl compat for fuse device
Alessio Balsini
1
-10
/
+16
2021-03-16
btrfs: subpage: make readahead work properly
Qu Wenruo
1
-17
/
+18
2021-03-16
btrfs: subpage: fix wild pointer access during metadata read failure
Qu Wenruo
1
-1
/
+30
2021-03-16
zonefs: Fix O_APPEND async write handling
Damien Le Moal
1
-10
/
+68
2021-03-16
zonefs: prevent use of seq files as swap file
Damien Le Moal
1
-0
/
+16
2021-03-15
Merge tag 'afs-fixes-20210315' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-31
/
+12
2021-03-15
afs: Stop listxattr() from listing "afs.*" attributes
David Howells
6
-28
/
+0
2021-03-15
afs: Fix accessing YFS xattrs on a non-YFS server
David Howells
2
-3
/
+12
2021-03-15
btrfs: zoned: fix linked list corruption after log root tree allocation failure
Filipe Manana
1
-4
/
+4
2021-03-15
btrfs: fix qgroup data rsv leak caused by falloc failure
Qu Wenruo
1
-5
/
+19
2021-03-15
btrfs: track qgroup released data in own variable in insert_prealloc_file_extent
Qu Wenruo
1
-5
/
+6
2021-03-15
btrfs: fix wrong offset to zero out range beyond i_size
Qu Wenruo
1
-1
/
+1
2021-03-15
xfs: also reject BULKSTAT_SINGLE in a mount user namespace
Christoph Hellwig
1
-0
/
+6
2021-03-15
xfs: force log and push AIL to clear pinned inodes when aborting mount
Darrick J. Wong
1
-46
/
+44
2021-03-15
io_uring: fix sqpoll cancellation via task_work
Pavel Begunkov
1
-1
/
+5
2021-03-15
io_uring: add generic callback_head helpers
Pavel Begunkov
1
-26
/
+36
2021-03-15
io_uring: fix concurrent parking
Pavel Begunkov
1
-2
/
+11
2021-03-15
io_uring: halt SQO submission on ctx exit
Pavel Begunkov
1
-0
/
+8
2021-03-15
io_uring: replace sqd rw_semaphore with mutex
Pavel Begunkov
1
-22
/
+14
2021-03-15
io_uring: fix complete_post use ctx after free
Pavel Begunkov
1
-6
/
+11
2021-03-15
io_uring: fix ->flags races by linked timeouts
Pavel Begunkov
1
-1
/
+0
2021-03-14
cifs: Fix preauth hash corruption
Vincent Whitchurch
1
-1
/
+6
2021-03-14
cifs: update new ACE pointer after populate_new_aces.
Shyam Prasad N
1
-3
/
+6
2021-03-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-17
/
+14
2021-03-14
io_uring: convert io_buffer_idr to XArray
Jens Axboe
1
-28
/
+15
2021-03-13
Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-17
/
+11
2021-03-13
binfmt_misc: fix possible deadlock in bm_register_write
Lior Ribak
1
-15
/
+14
2021-03-13
mm: use is_cow_mapping() across tree where proper
Peter Xu
1
-2
/
+0
2021-03-12
io_uring: allow IO worker threads to be frozen
Jens Axboe
2
-1
/
+6
[prev]
[next]