aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-01Merge tag 'v6.14-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2025-02-28Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds2-5/+8
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-2/+5
2025-02-27efivarfs: allow creation of zero length filesJames Bottomley1-4/+6
2025-02-26Merge tag 'bcachefs-2025-02-26' of git://evilpiepirate.org/bcachefsLinus Torvalds15-57/+25
2025-02-26bcachefs: Fix truncate sometimes failing and returning 1Kent Overstreet1-0/+1
2025-02-26bcachefs: Fix deadlockAlan Huang6-13/+17
2025-02-26bcachefs: Check for -BCH_ERR_open_buckets_empty in journal resizeKent Overstreet1-1/+3
2025-02-26bcachefs: Revert directory i_sizeKent Overstreet4-41/+1
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-3/+68
2025-02-25cifs: Fix the smb1 readv callback to correctly call netfsDavid Howells1-1/+2
2025-02-25lsm,nfs: fix memory leak of lsm_contextStephen Smalley1-3/+4
2025-02-25Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-26/+73
2025-02-25Merge tag 'vfs-6.14-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds8-16/+41
2025-02-25iomap: Minor code simplification in iomap_dio_bio_iter()John Garry1-5/+3
2025-02-24nsfs: remove d_op->d_deleteChristian Brauner1-1/+0
2025-02-24pidfs: remove d_op->d_deleteChristian Brauner1-1/+0
2025-02-23bcachefs: fix bch2_extent_ptr_eq()Kent Overstreet1-1/+1
2025-02-23efivarfs: Defer PM notifier registration until .fill_superArd Biesheuvel1-1/+2
2025-02-21afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells1-0/+3
2025-02-21afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells1-2/+2
2025-02-21btrfs: fix data overwriting bug during buffered write when block size < page sizeQu Wenruo1-1/+8
2025-02-21btrfs: output an error message if btrfs failed to find the seed fsidQu Wenruo1-1/+5
2025-02-21btrfs: do regular iput instead of delayed iput during extent map shrinkingFilipe Manana1-1/+1
2025-02-21btrfs: skip inodes without loaded extent maps when shrinking extent mapsFilipe Manana1-21/+57
2025-02-21btrfs: fix use-after-free on inode when scanning root during em shrinkingFilipe Manana1-2/+1
2025-02-20bcachefs: Fix memmove when move keys downAlan Huang1-1/+1
2025-02-20bcachefs: print op->nonce on data update inconsistencyKent Overstreet1-0/+1
2025-02-20smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li1-0/+4
2025-02-20Merge tag 'v6.14-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-24/+71
2025-02-20Merge tag 'bcachefs-2025-02-20' of git://evilpiepirate.org/bcachefsLinus Torvalds4-58/+42
2025-02-20Merge tag 'xfs-fixes-6.14-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-30/+114
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi2-6/+20
2025-02-19Merge tag 'mm-hotfixes-stable-2025-02-19-17-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+4
2025-02-19bcachefs: Fix srcu lock warning in btree_update_nodes_written()Kent Overstreet1-0/+2
2025-02-19bcachefs: Fix bch2_indirect_extent_missing_error()Kent Overstreet1-10/+8
2025-02-19NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust3-0/+41
2025-02-19NFS: Adjust delegated timestamps for O_DIRECT reads and writesTrond Myklebust1-0/+4
2025-02-19NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust1-0/+19
2025-02-19bcachefs: Fix fsck directory i_size checkingKent Overstreet2-48/+32
2025-02-19ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev1-1/+1
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount directory nodesPali Rohár2-0/+16
2025-02-19cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point()Pali Rohár1-3/+2
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSIX extensionsSteve French4-7/+29
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-12/+22
2025-02-18Merge tag 'fuse-fixes-6.14-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseChristian Brauner2-2/+17
2025-02-17procfs: fix a locking bug in a vmcore_add_device_dump() error pathBart Van Assche1-1/+4
2025-02-17Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds7-18/+66
2025-02-17btrfs: selftests: fix btrfs_test_delayed_refs() leak of transactionDavid Disseldorp1-0/+1
2025-02-16smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara1-2/+2