index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-03-06
13
-28
/
+230
|
\
|
*
btrfs: fallback to blocking mode when doing async dio over multiple extents
Filipe Manana
2022-03-04
1
-0
/
+28
|
*
btrfs: add missing run of delayed items after unlink during log replay
Filipe Manana
2022-03-02
1
-0
/
+18
|
*
btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
Sidong Yang
2022-03-02
1
-1
/
+8
|
*
btrfs: fix relocation crash due to premature return from btrfs_commit_transac...
Omar Sandoval
2022-03-02
1
-1
/
+31
|
*
btrfs: do not start relocation until in progress drops are done
Josef Bacik
2022-03-02
7
-1
/
+91
|
*
btrfs: tree-checker: use u64 for item data end to avoid overflow
Su Yue
2022-03-02
1
-9
/
+9
|
*
btrfs: do not WARN_ON() if we have PageError set
Josef Bacik
2022-03-02
1
-3
/
+13
|
*
btrfs: fix lost prealloc extents beyond eof after full fsync
Filipe Manana
2022-03-02
1
-12
/
+31
|
*
btrfs: subpage: fix a wrong check on subpage->writers
Qu Wenruo
2022-03-02
1
-1
/
+1
*
|
proc: fix documentation and description of pagemap
Yun Zhou
2022-03-05
1
-1
/
+2
*
|
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
2022-03-05
2
-6
/
+6
*
|
cachefiles: Fix incorrect length to fallocate()
David Howells
2022-03-03
1
-1
/
+1
*
|
Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-03-02
1
-1
/
+1
|
\
\
|
*
|
erofs: fix ztailpacking on > 4GiB filesystems
Gao Xiang
2022-03-02
1
-1
/
+1
*
|
|
Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-03-01
1
-7
/
+18
|
\
\
\
|
*
|
|
binfmt_elf: Avoid total_mapping_size for ET_EXEC
Kees Cook
2022-03-01
1
-7
/
+18
*
|
|
|
Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-02-26
1
-2
/
+3
|
\
\
\
\
|
*
|
|
|
tracefs: Set the group ownership in apply_options() not parse_options()
Steven Rostedt (Google)
2022-02-26
1
-2
/
+3
*
|
|
|
|
Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-02-26
1
-2
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
xfs: only bother with sync_filesystem during readonly remount
Darrick J. Wong
2022-02-10
1
-2
/
+5
*
|
|
|
|
|
Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/con...
Linus Torvalds
2022-02-25
1
-0
/
+14
|
\
\
\
\
\
\
|
*
|
|
|
|
|
configfs: fix a race in configfs_{,un}register_subsystem()
ChenXiaoSong
2022-02-22
1
-0
/
+14
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-02-25
7
-84
/
+296
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
btrfs: reduce extent threshold for autodefrag
Qu Wenruo
2022-02-24
3
-4
/
+17
|
*
|
|
|
|
btrfs: autodefrag: only scan one inode once
Qu Wenruo
2022-02-23
1
-62
/
+22
|
*
|
|
|
|
btrfs: defrag: don't use merged extent map for their generation check
Qu Wenruo
2022-02-23
3
-0
/
+24
|
*
|
|
|
|
btrfs: defrag: bring back the old file extent search behavior
Qu Wenruo
2022-02-23
1
-4
/
+157
|
*
|
|
|
|
btrfs: defrag: remove an ambiguous condition for rejection
Qu Wenruo
2022-02-23
1
-4
/
+0
|
*
|
|
|
|
btrfs: defrag: don't defrag extents which are already at max capacity
Qu Wenruo
2022-02-23
1
-0
/
+20
|
*
|
|
|
|
btrfs: defrag: don't try to merge regular extents with preallocated extents
Qu Wenruo
2022-02-23
1
-6
/
+11
|
*
|
|
|
|
btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...
Qu Wenruo
2022-02-15
1
-9
/
+39
|
*
|
|
|
|
btrfs: prevent copying too big compressed lzo segment
Dāvis Mosāns
2022-02-15
1
-0
/
+11
*
|
|
|
|
|
Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-02-24
1
-7
/
+17
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
io_uring: disallow modification of rsrc_data during quiesce
Dylan Yudaken
2022-02-22
1
-1
/
+9
|
*
|
|
|
|
io_uring: don't convert to jiffies for waiting on timeouts
Jens Axboe
2022-02-21
1
-6
/
+7
|
*
|
|
|
|
io_uring: add a schedule point in io_add_buffers()
Eric Dumazet
2022-02-15
1
-0
/
+1
*
|
|
|
|
|
Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-02-20
1
-0
/
+30
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fs: add kernel doc for mnt_{hold,unhold}_writers()
Christian Brauner
2022-02-14
1
-0
/
+30
*
|
|
|
|
|
|
Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2022-02-19
3
-10
/
+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
NFS: Do not report writeback errors in nfs_getattr()
Trond Myklebust
2022-02-16
1
-6
/
+3
|
*
|
|
|
|
|
|
NFS: LOOKUP_DIRECTORY is also ok with symlinks
Trond Myklebust
2022-02-14
1
-2
/
+2
|
*
|
|
|
|
|
|
NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()
Trond Myklebust
2022-02-14
1
-2
/
+1
*
|
|
|
|
|
|
|
Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2022-02-18
5
-10
/
+17
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
cifs: fix confusing unneeded warning message on smb2.1 and earlier
Steve French
2022-02-17
1
-5
/
+6
|
*
|
|
|
|
|
|
|
cifs: modefromsids must add an ACE for authenticated users
Ronnie Sahlberg
2022-02-14
1
-1
/
+4
|
*
|
|
|
|
|
|
|
cifs: fix double free race when mount fails in cifs_get_root()
Ronnie Sahlberg
2022-02-13
1
-0
/
+1
|
*
|
|
|
|
|
|
|
cifs: do not use uninitialized data in the owner/group sid
Ronnie Sahlberg
2022-02-13
1
-2
/
+2
|
*
|
|
|
|
|
|
|
cifs: fix set of group SID via NTSD xattrs
Amir Goldstein
2022-02-13
1
-0
/
+2
|
*
|
|
|
|
|
|
|
smb3: fix snapshot mount option
Steve French
2022-02-13
1
-2
/
+2
|
|
/
/
/
/
/
/
/
[next]