summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/buffer.c: disable per-CPU buffer_head cache for isolated CPUsMarcelo Tosatti2023-08-151-1/+6
* vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells2023-08-151-1/+22
* fs: unexport d_genocideChristoph Hellwig2023-08-091-2/+0
* fs: use __fput_sync in close(2)Linus Torvalds2023-08-082-7/+25
* file: mostly eliminate spurious relocking in __range_closeMateusz Guzik2023-08-041-13/+14
* fs/ecryptfs: remove kernel-doc warningsZhu Wang2023-08-021-1/+0
* epoll: simplify ep_alloc()Zhen Lei2023-07-261-10/+2
* fs: Fix error checking for d_hash_and_lookup()Wang Ming2023-07-141-1/+1
* attr: block mode changes of symlinksChristian Brauner2023-07-141-2/+18
* eventfd: prevent underflow for eventfd semaphoresWen Yang2023-07-111-1/+1
* dnotify: Pass argument of fcntl_dirnotify as intLuca Vizzarro2023-07-101-2/+2
* pipe: Pass argument of pipe_fcntl as intLuca Vizzarro2023-07-101-3/+3
* fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-106-16/+16
* fcntl: Cast commands with int args explicitlyLuca Vizzarro2023-07-101-14/+15
* splice: fsnotify_access(in), fsnotify_modify(out) on success in teeAhelenia Ziemiańska2023-07-101-0/+5
* splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmspliceAhelenia Ziemiańska2023-07-101-1/+6
* splice: always fsnotify_access(in), fsnotify_modify(out) on successAhelenia Ziemiańska2023-07-101-17/+15
* reiserfs: Check the return value from __getblk()Matthew Wilcox2023-07-101-1/+3
* fs/ecryptfs: Use kmap_local_page() in copy_up_encrypted_with_header()Fabio M. De Francesco2023-07-101-2/+2
* fs/ecryptfs: Use kmap_local_page() in ecryptfs_write()Fabio M. De Francesco2023-07-101-2/+2
* fs/ecryptfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco2023-07-102-8/+8
* Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-091-1/+1
|\
| * xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong2023-07-071-1/+1
* | Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-094-5/+72
|\ \
| * | cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2023-07-052-0/+68
| * | smb: client: remove redundant pointer 'server'Colin Ian King2023-07-011-2/+0
| * | cifs: fix session state transition to avoid use-after-free issueWinston Wen2023-07-011-3/+4
* | | Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-082-7/+26
|\ \ \
| * | | squashfs: fix cache race with migrationVincent Whitchurch2023-07-081-4/+23
| * | | docs: update ocfs2-devel mailing list addressAnthony Iliopoulos2023-07-081-3/+3
* | | | Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-078-40/+154
|\ \ \ \
| * | | | ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li2023-06-301-0/+9
| * | | | ceph: issue a cap release immediately if no cap existsXiubo Li2023-06-301-11/+29
| * | | | ceph: trigger to flush the buffer when making snapshotXiubo Li2023-06-302-3/+12
| * | | | ceph: fix blindly expanding the readahead windowsXiubo Li2023-06-301-7/+33
| * | | | ceph: add a dedicated private data for netfs rreqXiubo Li2023-06-302-11/+47
| * | | | ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li2023-06-302-8/+12
| * | | | ceph: try to dump the msgs when decoding failsXiubo Li2023-06-301-0/+4
| * | | | ceph: only send metrics when the MDS rank is readyXiubo Li2023-06-301-0/+8
* | | | | Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-07-0717-237/+531
|\ \ \ \ \
| * | | | | fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/Konstantin Komarov2023-07-031-3/+4
| * | | | | fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov2023-07-033-2/+195
| * | | | | fs/ntfs3: Fix endian problemKonstantin Komarov2023-07-032-7/+6
| * | | | | fs/ntfs3: Add ability to format new mft records with bigger/smaller headerKonstantin Komarov2023-07-033-3/+14
| * | | | | fs/ntfs3: Code refactoringKonstantin Komarov2023-07-037-81/+88
| * | | | | fs/ntfs3: Code formattingKonstantin Komarov2023-07-0314-83/+92
| * | | | | fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()Konstantin Komarov2023-07-031-19/+39
| * | | | | fs/ntfs3: Alternative boot if primary boot is corruptedKonstantin Komarov2023-07-031-27/+71
| * | | | | fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov2023-07-034-1/+15
| * | | | | fs/ntfs3: Fix ntfs_atomic_openKonstantin Komarov2023-07-031-12/+3