aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAge
* Add object list to inodesBjoern Brandenburg2017-05-26
* aio: fix freeze protection of aio writesJan Kara2016-10-30
* fs: remove the never implemented aio_fsync file operationChristoph Hellwig2016-10-30
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-14
|\
| * vfs: add vfs_get_link() helperMiklos Szeredi2016-10-14
* | mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko2016-10-11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * | vfs: remove unused i_op->renameMiklos Szeredi2016-09-27
| | * | libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-27
| | |/
| * / vfs: Add current_time() apiDeepa Dinamani2016-09-27
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| * | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-07
| * | sockfs: Get rid of getxattr iopAndreas Gruenbacher2016-10-06
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
| |\ \
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| * | | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-08
| |\ \ \
| | * | | locks: fix file locking on overlayfsMiklos Szeredi2016-09-16
| | * | | vfs: update ovl inode before relatime checkMiklos Szeredi2016-09-16
| | * | | vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi2016-09-16
| | | |/ | | |/|
| * / | fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-27
| |/ /
* / / switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-05
|/ /
* / ovl: don't cache acl on overlay layerMiklos Szeredi2016-09-01
|/
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-07
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-07
|\
| * Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro2016-08-03
| |\
| | * vfs: make dentry_needs_remove_privs() internalMiklos Szeredi2016-08-03
| | * vfs: remove file_needs_remove_privs()Miklos Szeredi2016-08-03
* | | mm/block: convert rw_page users to bio op useMike Christie2016-08-04
* | | firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-02
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-29
|\ \ \ | |/ / |/| |
| * | fs: Update i_[ug]id_(read|write) to translate relative to s_user_nsSeth Forshee2016-07-05
| * | vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-05
| * | userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman2016-06-23
| * | vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-23
| * | fs: Add user namespace member to struct super_blockEric W. Biederman2016-06-23
| * | vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-23
| * | mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-23
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-29
|\ \
| * | mm: export filemap_check_errors() to modulesMiklos Szeredi2016-07-29
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\ \
| * | bdev: get rid of ->bd_inodesAl Viro2016-07-19
| * | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-30
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-26
|\ \
| * | mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-26
| * | fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-26
| |/
* | block: get rid of bio_rw and READAChristoph Hellwig2016-07-20