summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong2023-03-192-0/+24
| * | | | | | xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong2023-03-191-1/+5
| * | | | | | xfs: try to idiot-proof the allocatorsDarrick J. Wong2023-03-161-0/+13
* | | | | | | Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-241-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Ryusuke Konishi2023-03-231-1/+1
* | | | | | | Merge tag '6.3-rc3-ksmbd-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-03-248-55/+78
|\ \ \ \ \ \ \
| * | | | | | | ksmbd: return unsupported error on smb1 mountNamjae Jeon2023-03-243-30/+30
| * | | | | | | ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialectNamjae Jeon2023-03-221-2/+2
| * | | | | | | ksmbd: don't terminate inactive sessions after a few secondsNamjae Jeon2023-03-224-16/+28
| * | | | | | | ksmbd: fix possible refcount leak in smb2_open()ChenXiaoSong2023-03-221-1/+4
| * | | | | | | ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGESNamjae Jeon2023-03-221-3/+6
| * | | | | | | ksmbd: add low bound validation to FSCTL_SET_ZERO_DATANamjae Jeon2023-03-221-1/+1
| * | | | | | | ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATIONNamjae Jeon2023-03-221-0/+4
| * | | | | | | ksmbd: fix wrong signingkey creation when encryption is AES256Namjae Jeon2023-03-221-2/+3
* | | | | | | | Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-03-248-71/+71
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota2023-03-154-43/+9
| * | | | | | btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota2023-03-152-6/+26
| * | | | | | btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik2023-03-151-10/+12
| * | | | | | btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik2023-03-153-8/+4
| * | | | | | btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota2023-03-151-2/+12
| * | | | | | btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filenameSweet Tea Dorminy2023-03-151-1/+6
| * | | | | | btrfs: handle missing chunk mapping more gracefullyQu Wenruo2023-03-151-1/+2
* | | | | | | Merge tag 'gfs2-v6.3-rc3-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-231-0/+18
|\ \ \ \ \ \ \
| * | | | | | | Reinstate "GFS2: free disk inode which is deleted by remote node -V2"Bob Peterson2023-03-231-0/+18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'zonefs-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-03-231-2/+2
|\ \ \ \ \ \ \
| * | | | | | | zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal2023-03-211-1/+1
| * | | | | | | zonefs: Prevent uninitialized symbol 'size' warningDamien Le Moal2023-03-211-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-213-3/+10
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton2023-03-171-1/+8
| * | | | | | NFS & NFSD: Update GSS dependenciesChuck Lever2023-03-102-2/+2
* | | | | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2023-03-202-18/+19
|\ \ \ \ \ \ \
| * | | | | | | fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers2023-03-151-12/+13
| * | | | | | | fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry2023-03-141-6/+6
* | | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2023-03-202-13/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()Eric Biggers2023-03-181-0/+2
| * | | | | | | | fscrypt: improve fscrypt_destroy_keyring() documentationEric Biggers2023-03-181-10/+11
| * | | | | | | | fscrypt: destroy keyring after security_sb_delete()Eric Biggers2023-03-141-3/+12
* | | | | | | | | Merge tag 'nfs-for-6.3-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-03-204-10/+17
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | NFS: Correct timing for assigning access cache timestampChengen Du2023-03-141-1/+1
| * | | | | | | lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton2023-03-142-9/+13
| * | | | | | | NFS: Fix /proc/PID/io read_bytes for buffered readsDave Wysochanski2023-03-141-0/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-191-3/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | ext4: fix possible double unlock when moving a directoryTheodore Ts'o2023-03-171-3/+1
| |/ / / / /
* | | | | | Merge tag '6.3-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-03-1614-195/+118
|\ \ \ \ \ \
| * | | | | | cifs: use DFS root session instead of tcon sesPaulo Alcantara2023-03-141-0/+1
| * | | | | | cifs: return DFS root session id in DebugDataPaulo Alcantara2023-03-141-0/+5
| * | | | | | cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara2023-03-148-164/+67
| * | | | | | cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara2023-03-146-13/+13
| * | | | | | cifs: generate signkey for the channel that's reconnectingShyam Prasad N2023-03-141-1/+1
| * | | | | | cifs: Fix smb2_set_path_size()Volker Lendecke2023-03-141-7/+24