summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-12-02nfs/nfs4recover: avoid pointless cred reference count bumpChristian Brauner
2024-12-02nfs/nfs4idmap: avoid pointless reference count bumpChristian Brauner
2024-12-02nfs/localio: avoid pointless cred reference count bumpsChristian Brauner
2024-12-02coredump: avoid pointless cred reference count bumpChristian Brauner
2024-12-02binfmt_misc: avoid pointless cred reference count bumpChristian Brauner
2024-12-02aio: avoid pointless cred reference count bumpChristian Brauner
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner
2024-12-02fs: delay sysctl_nr_open check in expand_files()Mateusz Guzik
2024-12-02proc/kcore: use percpu_rw_semaphore for kclist_lockOmar Sandoval
2024-12-02proc/kcore: don't walk list on every readOmar Sandoval
2024-12-02proc/kcore: mark proc entry as permanentOmar Sandoval
2024-12-01f2fs: switch to using the crc32 libraryEric Biggers
2024-12-01jbd2: switch to using the crc32c libraryEric Biggers
2024-12-01ext4: switch to using the crc32c libraryEric Biggers
2024-12-01bcachefs: Explicitly select CRYPTO from BCACHEFS_FSEric Biggers
2024-12-01ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer
2024-12-01ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer
2024-12-01smb: server: Fix building with GCC 15Brahmajit Das
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-30Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-30Merge tag 'ubifs-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-30Merge tag '9p-for-6.13-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2024-11-30Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-11-30Merge tag '6.13-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2024-11-30Merge tag '6.13-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-11-29exec: remove legacy custom binfmt modules autoloadingNir Lichtman
2024-11-29exec: move warning of null argv to be next to the relevant codenir@lichtman.org
2024-11-29fs: binfmt: Fix a typoChristophe JAILLET
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-29btrfs: fix lockdep warnings on io_uring encoded readsMark Harmstone
2024-11-29btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana
2024-11-29btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu
2024-11-29btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana
2024-11-28btrfs: sysfs: advertise experimental features only if CONFIG_BTRFS_EXPERIMENT...Filipe Manana
2024-11-28btrfs: fix deadlock between transaction commits and extent locksFilipe Manana
2024-11-28btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn
2024-11-28fs/nfs/io: make nfs_start_io_*() killableMax Kellermann
2024-11-28nfs/blocklayout: Limit repeat device registration on failureBenjamin Coddington
2024-11-28nfs/blocklayout: Don't attempt unregister for invalid block deviceBenjamin Coddington
2024-11-28nfs: ignore SB_RDONLY when mounting nfsLi Lingfeng
2024-11-28Merge tag 'ntfs3_for_6.13' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds
2024-11-28Merge tag 'exfat-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-28cifs: update internal version numberSteve French
2024-11-28cifs: unlock on error in smb3_reconfigure()Dan Carpenter
2024-11-28cifs: during remount, make sure passwords are in syncShyam Prasad N
2024-11-28cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya