summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-08-15fs: Fix one kernel-doc commentYang Li
2023-08-15fs/buffer.c: disable per-CPU buffer_head cache for isolated CPUsMarcelo Tosatti
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells
2023-08-09fs: unexport d_genocideChristoph Hellwig
2023-08-08fs: use __fput_sync in close(2)Linus Torvalds
2023-08-04file: mostly eliminate spurious relocking in __range_closeMateusz Guzik
2023-08-02fs/ecryptfs: remove kernel-doc warningsZhu Wang
2023-07-26epoll: simplify ep_alloc()Zhen Lei
2023-07-14fs: Fix error checking for d_hash_and_lookup()Wang Ming
2023-07-14attr: block mode changes of symlinksChristian Brauner
2023-07-11eventfd: prevent underflow for eventfd semaphoresWen Yang
2023-07-10dnotify: Pass argument of fcntl_dirnotify as intLuca Vizzarro
2023-07-10pipe: Pass argument of pipe_fcntl as intLuca Vizzarro
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro
2023-07-10fcntl: Cast commands with int args explicitlyLuca Vizzarro
2023-07-10splice: fsnotify_access(in), fsnotify_modify(out) on success in teeAhelenia Ziemiańska
2023-07-10splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmspliceAhelenia Ziemiańska
2023-07-10splice: always fsnotify_access(in), fsnotify_modify(out) on successAhelenia Ziemiańska
2023-07-10reiserfs: Check the return value from __getblk()Matthew Wilcox
2023-07-10fs/ecryptfs: Use kmap_local_page() in copy_up_encrypted_with_header()Fabio M. De Francesco
2023-07-10fs/ecryptfs: Use kmap_local_page() in ecryptfs_write()Fabio M. De Francesco
2023-07-10fs/ecryptfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch
2023-07-08docs: update ocfs2-devel mailing list addressAnthony Iliopoulos
2023-07-07xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong
2023-07-07Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-07-07Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2023-07-07Merge tag 'fsnotify_for_v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-06Merge tag 'v6.5/vfs.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-05cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg
2023-07-05Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-05Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-07-04afs: Fix accidental truncation when storing dataDavid Howells
2023-07-04Merge tag 'ovl-update-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-04Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-04fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein
2023-07-04fs: don't assume arguments are non-NULLChristian Brauner
2023-07-04fs: no need to check sourceJan Kara
2023-07-03gfs2: Add quota_change typeBob Peterson
2023-07-03gfs2: Use memcpy_{from,to}_page where appropriateAndreas Gruenbacher
2023-07-03gfs2: Convert remaining kmap_atomic calls to kmap_local_pageAndreas Gruenbacher
2023-07-03gfs2: Replace deprecated kmap_atomic with kmap_local_pageDeepak R Varma
2023-07-03gfs: Get rid of unnucessary locking in inode_go_dumpAndreas Gruenbacher
2023-07-03gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher