summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | xfs: correct calculation for agend and blockcountShiyang Ruan2023-10-121-3/+3
| * | | | | xfs: process free extents to busy list in FIFO orderDarrick J. Wong2023-10-111-1/+2
| * | | | | xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong2023-10-111-0/+6
| |/ / / /
* | | | | Merge tag 'ceph-for-6.6-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds2023-10-133-5/+3
|\ \ \ \ \
| * | | | | ceph: fix type promotion bug on 32bit systemsDan Carpenter2023-10-091-1/+1
| * | | | | ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()Luis Henriques2023-10-091-1/+1
| * | | | | ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li2023-10-091-3/+1
| |/ / / /
* | | | | Merge tag 'fs_for_v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-111-27/+39
|\ \ \ \ \
| * | | | | quota: Fix slow quotaoffJan Kara2023-10-061-27/+39
* | | | | | Merge tag 'for-6.6-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-113-6/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | btrfs: add __counted_by for struct btrfs_delayed_item and use struct_size()Gustavo A. R. Silva2023-10-112-2/+2
| * | | | Revert "btrfs: reject unknown mount options early"David Sterba2023-10-101-4/+0
* | | | | Merge tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-10-0810-45/+151
|\ \ \ \ \
| * | | | | ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon2023-10-046-17/+90
| * | | | | ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon2023-10-041-11/+1
| * | | | | ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon2023-10-041-8/+16
| * | | | | ksmbd: fix uaf in smb20_oplock_break_ackluosili2023-10-041-2/+2
| * | | | | ksmbd: fix race condition with fpNamjae Jeon2023-10-043-4/+32
| * | | | | ksmbd: fix race condition between session lookup and expireNamjae Jeon2023-10-043-3/+10
| | |/ / / | |/| | |
* | | | | Merge tag '6.6-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-10-071-13/+13
|\ \ \ \ \
| * | | | | smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara2023-10-041-8/+8
| * | | | | smb: use kernel_connect() and kernel_bind()Jordan Rife2023-10-041-5/+5
| |/ / / /
* | | | | Merge tag 'xfs-6.6-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-10-076-117/+311
|\ \ \ \ \
| * | | | | xfs: abort fstrim if kernel is suspendingDave Chinner2023-10-041-8/+13
| * | | | | xfs: reduce AGF hold times during fstrim operationsDave Chinner2023-10-043-24/+188
| * | | | | xfs: move log discard work to xfs_discard.cDave Chinner2023-10-045-88/+113
| |/ / / /
* | | | | Merge tag 'for-6.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-064-17/+47
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana2023-10-041-2/+16
| * | | | btrfs: error when COWing block from a root that is being deletedFilipe Manana2023-10-041-3/+7
| * | | | btrfs: error out when COWing block using a stale transactionFilipe Manana2023-10-041-8/+16
| * | | | btrfs: always print transaction aborted messages with an error levelFilipe Manana2023-10-041-2/+2
| * | | | btrfs: reject unknown mount options earlyQu Wenruo2023-10-041-0/+4
| * | | | btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik2023-10-041-2/+2
* | | | | Merge tag 'erofs-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-052-2/+5
|\ \ \ \ \
| * | | | | erofs: allow empty device tags in flatdev modeJingbo Xu2023-09-191-1/+1
| * | | | | erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang2023-09-111-1/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'ovl-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-055-30/+28
|\ \ \ \ \
| * | | | | ovl: fix NULL pointer defer when encoding non-decodable lower fidAmir Goldstein2023-10-031-1/+1
| * | | | | ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein2023-10-023-24/+21
| * | | | | ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro2023-10-021-2/+4
| * | | | | ovl: move freeing ovl_entry past rcu delayAl Viro2023-10-021-1/+2
| * | | | | ovl: fix file reference leak when submitting aioAmir Goldstein2023-10-021-2/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'nfs-for-6.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-10-033-14/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | nfs: decrement nrequests counter before releasing the reqJeff Layton2023-09-281-1/+1
| * | | | NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2023-09-272-13/+29
| * | | | NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust2023-09-271-0/+7
* | | | | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-012-6/+5
|\ \ \ \ \
| * | | | | nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian2023-09-291-3/+3
| * | | | | fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer2023-09-291-3/+2
* | | | | | Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-301-1/+1
|\ \ \ \ \ \