summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-06Merge tag 'v6.14-rc5-smb3-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-03-06Merge tag 'exfat-for-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-06fs/pipe: fix pipe buffer index use in FUSELinus Torvalds
2025-03-06fs/pipe: do not open-code pipe head/tail logic in FIONREADLinus Torvalds
2025-03-05exfat: add a check for invalid data sizeYuezhang Mo
2025-03-05exfat: short-circuit zero-byte writes in exfat_file_write_iterEric Sandeen
2025-03-05exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon
2025-03-05exfat: fix just enough dentries but allocate a new cluster to dirYuezhang Mo
2025-03-04fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutexLinus Torvalds
2025-03-03Merge tag 'affs-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-03Merge tag 'xfs-fixes-6.14-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-03-02cifs: fix incorrect validation for num_aces field of smb_aclNamjae Jeon
2025-03-02ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon
2025-03-02smb: common: change the data type of num_aces to le16Namjae Jeon
2025-03-02ksmbd: fix bug on trap in smb2_lockNamjae Jeon
2025-03-02ksmbd: fix use-after-free in smb2_lockNamjae Jeon
2025-03-02ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon
2025-03-02ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon
2025-03-01Merge tag 'v6.14-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-02-28Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-27efivarfs: allow creation of zero length filesJames Bottomley
2025-02-26Merge tag 'bcachefs-2025-02-26' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-02-26bcachefs: Fix truncate sometimes failing and returning 1Kent Overstreet
2025-02-26bcachefs: Fix deadlockAlan Huang
2025-02-26bcachefs: Check for -BCH_ERR_open_buckets_empty in journal resizeKent Overstreet
2025-02-26bcachefs: Revert directory i_sizeKent Overstreet
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-02-26affs: don't write overlarge OFS data block size fieldsSimon Tatham
2025-02-26affs: generate OFS sequence numbers starting at 1Simon Tatham
2025-02-25cifs: Fix the smb1 readv callback to correctly call netfsDavid Howells
2025-02-25lsm,nfs: fix memory leak of lsm_contextStephen Smalley
2025-02-25Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-25Merge tag 'vfs-6.14-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-25xfs: remove the XBF_STALE check from xfs_buf_rele_cachedChristoph Hellwig
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig
2025-02-25xfs: reduce context switches for synchronous buffered I/OChristoph Hellwig
2025-02-25iomap: Minor code simplification in iomap_dio_bio_iter()John Garry
2025-02-24nsfs: remove d_op->d_deleteChristian Brauner
2025-02-24pidfs: remove d_op->d_deleteChristian Brauner
2025-02-23bcachefs: fix bch2_extent_ptr_eq()Kent Overstreet
2025-02-23efivarfs: Defer PM notifier registration until .fill_superArd Biesheuvel
2025-02-21afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells
2025-02-21afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells
2025-02-21btrfs: fix data overwriting bug during buffered write when block size < page ...Qu Wenruo
2025-02-21btrfs: output an error message if btrfs failed to find the seed fsidQu Wenruo
2025-02-21btrfs: do regular iput instead of delayed iput during extent map shrinkingFilipe Manana