summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-08-311-0/+1
|\
| * nfs: don't allow reexport reclaimsJ. Bruce Fields2021-08-261-0/+1
* | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-311-1/+2
|\ \
| * | fs: kill sync_inodeJosef Bacik2021-08-231-1/+0
| * | fs: add a filemap_fdatawrite_wbc helperJosef Bacik2021-08-231-0/+2
| |/
* | Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-0/+1
|\ \
| * | namei: add getname_uflags()Dmitry Kadashev2021-08-231-0/+1
| |/
* | Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-0/+2
|\ \
| * | fs: add kiocb alloc cache flagJens Axboe2021-08-231-0/+2
| |/
* | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-4/+0
|\ \
| * | block: mark blkdev_fsync staticChristoph Hellwig2021-08-241-4/+0
| |/
* | Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2021-08-301-84/+0
|\ \
| * | fs: remove mandatory file locking supportJeff Layton2021-08-231-84/+0
| |/
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-0/+39
|\ \
| * | mm: Add functions to lock invalidate_lock for two mappingsJan Kara2021-07-131-0/+6
| * | mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-131-0/+33
| |/
* / fsnotify: count all objects with attached connectorsAmir Goldstein2021-08-111-2/+5
|/
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-3/+0
|\
| * remove the raw driverChristoph Hellwig2021-06-041-3/+0
* | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-031-1/+7
|\ \
| * | switch file_open_root() to struct pathAl Viro2021-04-071-1/+7
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-06-301-1/+0
|\ \ \
| * | | fs: remove bdev_try_to_free_page callbackZhang Yi2021-06-241-1/+0
| | |/ | |/|
* | | fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-1/+0
* | | fs: move ramfs_aops to libfsChristoph Hellwig2021-06-291-4/+1
|/ /
* | drivers/char: remove /dev/kmem for goodDavid Hildenbrand2021-05-071-1/+1
* | mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)2021-05-051-2/+0
* | mm: provide filemap_range_needs_writeback() helperJens Axboe2021-04-301-0/+2
* | Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-10/+14
|\ \
| * | fs: Document file_ra_stateMatthew Wilcox (Oracle)2021-04-231-10/+14
| |/
* | Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-04-271-2/+122
|\ \
| * | fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner2021-03-231-0/+28
| * | fs: introduce fsuidgid_has_mapping() helperChristian Brauner2021-03-231-0/+20
| * | fs: document and rename fsid helpersChristian Brauner2021-03-231-2/+26
| * | fs: document mapping helpersChristian Brauner2021-03-231-0/+48
| |/
* | Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-271-3/+14
|\ \
| * | fs: update kernel-doc for vfs_rename()Christian Brauner2021-03-231-0/+11
| * | fs: turn some comments into kernel-docLukas Bulwahn2021-03-231-3/+3
| |/
* | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-12/+4
|\ \
| * | vfs: remove unused ioctl helpersMiklos Szeredi2021-04-121-12/+0
| * | vfs: add fileattr opsMiklos Szeredi2021-04-121-0/+4
| |/
* / new helper: inode_wrong_type()Al Viro2021-03-081-0/+5
|/
* mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig2021-02-241-2/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-43/+143
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-14/+25
| * open: handle idmapped mounts in do_truncate()Christian Brauner2021-01-241-2/+2
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-11/+21
| * namei: introduce struct renamedataChristian Brauner2021-01-241-1/+11
| * namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-5/+9
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1