summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | nfs: convert to ctime accessor functionsJeff Layton2023-07-243-13/+13
| * | kernfs: convert to ctime accessor functionsJeff Layton2023-07-247-28/+24
| * | jfs: convert to ctime accessor functionsJeff Layton2023-07-248-23/+23
| * | jffs2: convert to ctime accessor functionsJeff Layton2023-07-244-16/+23
| * | isofs: convert to ctime accessor functionsJeff Layton2023-07-242-16/+9
| * | hugetlbfs: convert to ctime accessor functionsJeff Layton2023-07-241-6/+6
| * | hpfs: convert to ctime accessor functionsJeff Layton2023-07-244-28/+20
| * | hostfs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+1
| * | hfsplus: convert to ctime accessor functionsJeff Layton2023-07-243-14/+16
| * | hfs: convert to ctime accessor functionsJeff Layton2023-07-244-13/+14
| * | gfs2: convert to ctime accessor functionsJeff Layton2023-07-248-27/+27
| * | fuse: convert to ctime accessor functionsJeff Layton2023-07-243-13/+13
| * | freevxfs: convert to ctime accessor functionsJeff Layton2023-07-241-2/+1
| * | fat: convert to ctime accessor functionsJeff Layton2023-07-242-4/+4
| * | f2fs: convert to ctime accessor functionsJeff Layton2023-07-249-31/+33
| * | ext4: convert to ctime accessor functionsJeff Layton2023-07-2411-86/+89
| * | ext2: convert to ctime accessor functionsJeff Layton2023-07-138-18/+18
| * | exfat: convert to ctime accessor functionsJeff Layton2023-07-134-19/+15
| * | erofs: convert to ctime accessor functionsJeff Layton2023-07-131-8/+4
| * | efs: convert to ctime accessor functionsJeff Layton2023-07-131-2/+2
| * | efivarfs: convert to ctime accessor functionsJeff Layton2023-07-132-2/+2
| * | ecryptfs: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
| * | devpts: convert to ctime accessor functionsJeff Layton2023-07-131-3/+3
| * | debugfs: convert to ctime accessor functionsJeff Layton2023-07-131-2/+1
| * | cramfs: convert to ctime accessor functionsJeff Layton2023-07-131-1/+2
| * | configfs: convert to ctime accessor functionsJeff Layton2023-07-131-4/+3
| * | coda: convert to ctime accessor functionsJeff Layton2023-07-134-4/+5
| * | ceph: convert to ctime accessor functionsJeff Layton2023-07-135-11/+13
| * | btrfs: convert to ctime accessor functionsJeff Layton2023-07-138-48/+36
| * | bfs: convert to ctime accessor functionsJeff Layton2023-07-132-11/+10
| * | befs: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
| * | autofs: convert to ctime accessor functionsJeff Layton2023-07-132-4/+4
| * | 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 'v6.6-vfs.fs_context' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-283-67/+104
|\ \ \
| * | | fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner2023-08-143-11/+38