summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-12-12eventfd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-12fs: super: use GFP_KERNEL instead of GFP_USER for super block allocationAlexander Mikhalitsyn
2023-12-12fs/hfsplus: wrapper.c: fix kernel-doc warningsRandy Dunlap
2023-12-12fs/inode: Make relatime_need_update return boolHao Ge
2023-12-12pipe: wakeup wr_wait after setting max_usageLukas Schauer
2023-11-28fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()Jann Horn
2023-11-28mnt_idmapping: decouple from namespacesChristian Brauner
2023-11-28mnt_idmapping: remove nop checkChristian Brauner
2023-11-28mnt_idmapping: remove check_fsmapping()Christian Brauner
2023-11-28fs/aio: obey min_nr when doing wakeupsKent Overstreet
2023-11-28eventfd: make eventfd_signal{_mask}() voidChristian Brauner
2023-11-28eventfd: simplify eventfd_signal_mask()Christian Brauner
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-11-21fs: add missing @mp parameter documentationChristian Brauner
2023-11-20fs: namei: Fix spelling mistake "Retuns" to "Returns"YangXin
2023-11-18fs: Clarify "non-RCY" in access_override_creds() commentBagas Sanjaya
2023-11-18fs : Fix warning using plain integer as NULLAbhinav Singh
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-11-10cifs: update internal module version number for cifs.koSteve French
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French
2023-11-09smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara
2023-11-09smb3: fix caching of ctime on setxattrSteve French
2023-11-09smb3: minor cleanup of session handling codeSteve French
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N
2023-11-09cifs: account for primary channel in the interface listShyam Prasad N
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N
2023-11-09smb3: more minor cleanups for session handling routinesSteve French
2023-11-09smb3: minor RDMA cleanupSteve French
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-11-08Merge tag 'exfat-for-6.7-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-11-08cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells
2023-11-07ksmbd: handle malformed smb1 messageNamjae Jeon
2023-11-07ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-11-07ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-11-06gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher
2023-11-06gfs2: remove dead code in add_to_queueSu Hui
2023-11-06gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng