summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-120/+163
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-71/+71
2023-03-24Merge tag 'gfs2-v6.3-rc3-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+18
2023-03-23Reinstate "GFS2: free disk inode which is deleted by remote node -V2"Bob Peterson1-0/+18
2023-03-23Merge tag 'zonefs-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-2/+2
2023-03-22Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds3-3/+10
2023-03-21Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2-18/+19
2023-03-21Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2-13/+25
2023-03-21zonefs: Fix error message in zonefs_file_dio_append()Damien Le Moal1-1/+1
2023-03-21zonefs: Prevent uninitialized symbol 'size' warningDamien Le Moal1-1/+1
2023-03-20Merge tag 'nfs-for-6.3-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-10/+17
2023-03-19Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2023-03-19fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()Eric Biggers1-0/+2
2023-03-19fscrypt: improve fscrypt_destroy_keyring() documentationEric Biggers1-10/+11
2023-03-18ext4: fix possible double unlock when moving a directoryTheodore Ts'o1-3/+1
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski44-297/+360
2023-03-18nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton1-1/+8
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet1-3/+4
2023-03-17Merge tag '6.3-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-195/+118
2023-03-16fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITYEric Biggers1-12/+13
2023-03-15btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota4-43/+9
2023-03-15btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota2-6/+26
2023-03-15btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik1-10/+12
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik3-8/+4
2023-03-15btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota1-2/+12
2023-03-15btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filenameSweet Tea Dorminy1-1/+6
2023-03-15btrfs: handle missing chunk mapping more gracefullyQu Wenruo1-1/+2
2023-03-15cifs: use DFS root session instead of tcon sesPaulo Alcantara1-0/+1
2023-03-15cifs: return DFS root session id in DebugDataPaulo Alcantara1-0/+5
2023-03-15cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara8-164/+67
2023-03-15cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara6-13/+13
2023-03-15Merge tag 'mm-hotfixes-stable-2023-03-14-16-51' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+17
2023-03-15fsverity: Remove WQ_UNBOUND from fsverity read workqueueNathan Huckleberry1-6/+6
2023-03-15cifs: generate signkey for the channel that's reconnectingShyam Prasad N1-1/+1
2023-03-15cifs: Fix smb2_set_path_size()Volker Lendecke1-7/+24
2023-03-14NFS: Correct timing for assigning access cache timestampChengen Du1-1/+1
2023-03-14lockd: set file_lock start and end when decoding nlm4 testargsJeff Layton2-9/+13
2023-03-14NFS: Fix /proc/PID/io read_bytes for buffered readsDave Wysochanski1-0/+3
2023-03-14fscrypt: destroy keyring after security_sb_delete()Eric Biggers1-3/+12
2023-03-12Merge tag 'xfs-6.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-21/+40
2023-03-12Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+2
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-30/+87
2023-03-11ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng1-0/+1
2023-03-11ext4: make sure fs error flag setted before clear journal errorYe Bin1-2/+4
2023-03-11ext4: commit super block if fs record error when journal record without errorYe Bin1-0/+9
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o2-3/+29
2023-03-11ext4: fix WARNING in ext4_update_inline_dataYe Bin1-0/+3
2023-03-11ext4: move where set the MAY_INLINE_DATA flag is setYe Bin2-2/+6
2023-03-11Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2023-03-10Merge tag 'erofs-for-6.3-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-15/+12