summaryrefslogtreecommitdiffstats
path: root/fs/libfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-36/+26
|\
| * Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro2023-11-251-24/+21
| |\
| | * dentry: switch the lists of children to hlistAl Viro2023-11-251-24/+21
| * | simple_fill_super(): don't bother with d_genocide() on failureAl Viro2023-11-251-12/+5
| |/
* / libfs: getdents() should return 0 after reaching EODChuck Lever2023-11-201-3/+11
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+44
|\
| * fs: fix build error with CONFIG_EXPORTFS=m or not definedAmir Goldstein2023-10-281-0/+41
| * fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein2023-10-281-0/+3
* | fs: new accessor methods for atime and mtimeJeff Layton2023-10-181-11/+30
|/
* direct_write_fallback(): on error revert the ->ki_pos update from buffered writeAl Viro2023-09-201-0/+1
* Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-311-12/+2
|\
| * libfs: remove redundant checks of s_encodingEric Biggers2023-08-271-12/+2
* | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-21/+21
|\ \
| * | libfs: Convert simple_write_begin and simple_write_end to use a folioMatthew Wilcox (Oracle)2023-08-211-20/+20
| * | fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-101-1/+1
| |/
* | Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-0/+248
|\ \
| * | libfs: Remove parent dentry locking in offset_iterate_dir()Chuck Lever2023-08-091-7/+4
| * | libfs: Add a lock class for the offset map's xa_lockChuck Lever2023-08-091-0/+3
| * | libfs: Add directory operations for stable offsetsChuck Lever2023-08-091-0/+248
| |/
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-2/+2
* | kernfs: convert to ctime accessor functionsJeff Layton2023-07-241-9/+10
* | fs: new helper: simple_rename_timestampJeff Layton2023-07-101-9/+27
|/
* fs: factor out a direct_write_fallback helperChristoph Hellwig2023-06-091-0/+41
* fs: consolidate duplicate dt_type helpersJeff Layton2023-04-031-7/+2
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-10/+10
|\
| * fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-5/+5
* | fs: uninline inode_query_iversionJeff Layton2023-01-261-0/+36
|/
* libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2022-11-301-3/+19
* fs: uninline inode_maybe_inc_iversion()Andrew Morton2022-10-031-0/+46
* fs: Convert simple_readpage to simple_read_folioMatthew Wilcox (Oracle)2022-05-091-7/+7
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-2/+2
* fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-11/+0
* unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-5/+5
* libfs: Support RENAME_EXCHANGE in simple_rename()Lorenz Bauer2021-11-031-1/+4
* libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer2021-11-031-0/+24
* fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-16/+0
* fs: remove anon_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-10/+1
* fs: move ramfs_aops to libfsChristoph Hellwig2021-06-291-4/+13
* libfs: fix kernel-doc for mnt_usernsRandy Dunlap2021-03-231-0/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-12/+16
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-16/+15
| * stat: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+6
* | Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-211-5/+0
|\ \
| * | fs: add LSM-supporting anon-inode interfaceDaniel Colascione2021-01-141-5/+0
| |/