summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: convert to ctime accessor functionsJeff Layton2023-07-139-13/+15
* afs: convert to ctime accessor functionsJeff Layton2023-07-132-4/+4
* affs: convert to ctime accessor functionsJeff Layton2023-07-132-11/+11
* adfs: convert to ctime accessor functionsJeff Layton2023-07-131-2/+2
* 9p: convert to ctime accessor functionsJeff Layton2023-07-132-6/+6
* reiserfs: convert to simple_rename_timestampJeff Layton2023-07-101-6/+1
* ntfs3: convert to simple_rename_timestampJeff Layton2023-07-101-5/+2
* exfat: convert to simple_rename_timestampJeff Layton2023-07-101-3/+2
* ubifs: convert to simple_rename_timestampJeff Layton2023-07-101-12/+3
* btrfs: convert to simple_rename_timestampJeff Layton2023-07-101-13/+2
* fs: new helper: simple_rename_timestampJeff Layton2023-07-101-9/+27
* fs: add ctime accessors infrastructureJeff Layton2023-07-101-0/+16
* cifs: update the ctime on a partial page writeJeff Layton2023-07-101-1/+1
* exfat: ensure that ctime is updated whenever the mtime isJeff Layton2023-07-101-4/+4
* efivarfs: update ctime when mtime changes on a writeJeff Layton2023-07-101-1/+1
* bfs: update ctime in addition to mtime when adding entriesJeff Layton2023-07-101-1/+1
* 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
| * | | | | fs/ntfs3: Correct checking while generating attr_listKonstantin Komarov2023-07-031-15/+10
| * | | | | fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa2023-07-031-2/+2
| * | | | | fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai2023-07-031-2/+2
| * | | | | fs/ntfs3: Return error for inconsistent extended attributesEdward Lo2023-07-031-0/+1
| * | | | | fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo2023-07-031-5/+11