summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-2422-120/+163
|\
| * 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-1744-297/+360
|\| | | | |
| * | | | | 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
| | * | | | | cifs: Move the in_send statistic to __smb_send_rqst()Zhang Xiaoxu2023-03-051-12/+9
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'mm-hotfixes-stable-2023-03-14-16-51' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-141-2/+17
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ocfs2: fix data corruption after failed writeJan Kara via Ocfs2-devel2023-03-071-2/+17
| | |/ / /
| * | | | Merge tag 'xfs-6.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-03-122-21/+40
| |\ \ \ \
| | * | | | xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner2023-03-051-7/+14
| | * | | | xfs: quotacheck failure can race with background inode inactivationDave Chinner2023-03-051-14/+26
| | |/ / /
| * | | | Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-122-3/+2
| |\ \ \ \
| | * | | | filelocks: use mount idmapping for setlease permission checkSeth Forshee2023-03-091-1/+2
| | * | | | fs/locks: Remove redundant assignment to cmdJiapeng Chong2023-03-091-1/+0
| | * | | | splice: Remove redundant assignment to retJiapeng Chong2023-03-091-1/+0
| | |/ / /
| * | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-1211-30/+87
| |\ \ \ \
| | * | | | ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng2023-03-111-0/+1