summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2018-12-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-06-19Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-06-16Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds
2018-05-20f2fs/fscrypt: updates to v4.17-rc1Jaegeuk Kim
2018-03-23Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2018-03-22fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman
2018-03-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-02-16don't put symlink bodies in pagecache into highmemAl Viro
2018-01-22fscrypt: updates on 4.15-rc4Jaegeuk Kim
2017-10-15f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel....Jaegeuk Kim
2017-07-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-06-14fs: add i_blocksize()Fabian Frederick
2017-02-03ANDROID: vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg
2017-02-03ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg
2017-02-03ANDROID: vfs: Allow filesystems to access their private mount dataDaniel Rosenberg
2017-02-03ANDROID: mnt: Add filesystem private data to mount pointsDaniel Rosenberg
2016-10-22vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi
2016-09-15wrappers for ->i_mutex accessAl Viro
2016-04-20fs: add file_dentry()Miklos Szeredi
2016-04-12fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-11vfs: remove stale comment in inode_operationsRoss Zwisler
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura
2015-10-22locks: cleanup posix_lock_inode_wait and flock_lock_inode_waitBenjamin Coddington
2015-10-22locks: introduce locks_lock_inode_wait()Benjamin Coddington
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro
2015-08-17inode: rename i_wb_list to i_io_listDave Chinner
2015-08-17sync: serialise per-superblock sync operationsDave Chinner
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner
2015-08-17inode: add hlist_fake to avoid the inode hash lock in evictJosef Bacik
2015-08-15change sb_writers to use percpu_rw_semaphoreOleg Nesterov
2015-08-15shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov
2015-08-15introduce __sb_writers_{acquired,release}() helpersOleg Nesterov
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman
2015-07-13locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton
2015-07-13locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01fs: Add helper functions for permanently empty directories.Eric W. Biederman