summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Fix missing error code errFerry Meng2023-10-281-0/+1
* ubifs: Fix memory leak of bud->log_hashVincent Whitchurch2023-10-281-1/+4
* ubifs: Fix some kernel-doc commentsYang Li2023-10-281-0/+3
* Merge tag 'ovl-fixes-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-152-69/+84
|\
| * ovl: temporarily disable appending lowedirsAmir Goldstein2023-10-141-49/+3
| * ovl: fix regression in showing lowerdir mount optionAmir Goldstein2023-10-141-15/+23
| * ovl: fix regression in parsing of mount options with escaped commaAmir Goldstein2023-10-121-0/+29
| * fs: factor out vfs_parse_monolithic_sep() helperAmir Goldstein2023-10-121-5/+29
* | Merge tag '6.6-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-10-142-7/+11
|\ \
| * | ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon2023-10-121-1/+1
| * | ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon2023-10-121-0/+3
| * | ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon2023-10-121-4/+5
| * | ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon2023-10-121-2/+2
| |/
* | Merge tag '6.6-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-10-142-74/+69
|\ \
| * | smb: client: prevent new fids from being removed by laundromatPaulo Alcantara2023-10-121-21/+35
| * | smb: client: make laundromat a delayed workerPaulo Alcantara2023-10-122-55/+36
| |/
* | Merge tag 'xfs-6.6-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-10-145-5/+16
|\ \
| * | xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton2023-10-121-0/+5
| * | xfs: Remove duplicate includeJiapeng Chong2023-10-121-1/+0
| * | 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