summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-08fs: add fget_many() and fput_many()Jens Axboe1-1/+3
2020-09-03writeback: Avoid skipping inode writebackJan Kara1-2/+6
2020-05-20gcc-10 warnings: fix low-hanging fruitLinus Torvalds1-1/+1
2020-04-02futex: Fix inode life-time issuePeter Zijlstra1-0/+1
2019-06-11fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-0/+4
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+2
2018-06-16Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds1-2/+2
2018-03-22fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman1-0/+1
2018-02-16don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2017-06-14fs: add i_blocksize()Fabian Frederick1-0/+5
2016-10-22vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi1-0/+1
2016-09-15wrappers for ->i_mutex accessAl Viro1-2/+27
2016-04-20fs: add file_dentry()Miklos Szeredi1-0/+10
2016-04-12fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2015-11-11vfs: remove stale comment in inode_operationsRoss Zwisler1-2/+0
2015-11-11Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-1/+1
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2015-11-06mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura1-0/+1
2015-10-22locks: cleanup posix_lock_inode_wait and flock_lock_inode_waitBenjamin Coddington1-24/+0
2015-10-22locks: introduce locks_lock_inode_wait()Benjamin Coddington1-0/+11
2015-09-09dax: move DAX-related functions to a new headerMatthew Wilcox1-14/+0
2015-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+19
2015-09-06Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+6
2015-09-05mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov1-1/+0
2015-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+3
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro1-3/+9
2015-08-18inode: rename i_wb_list to i_io_listDave Chinner1-1/+1
2015-08-18sync: serialise per-superblock sync operationsDave Chinner1-0/+2
2015-08-18inode: convert inode_sb_list_lock to per-sbDave Chinner1-1/+4
2015-08-18inode: add hlist_fake to avoid the inode hash lock in evictJosef Bacik1-1/+1
2015-08-15change sb_writers to use percpu_rw_semaphoreOleg Nesterov1-13/+6
2015-08-15shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov1-1/+2
2015-08-15introduce __sb_writers_{acquired,release}() helpersOleg Nesterov1-0/+5
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields1-0/+6
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman1-2/+3
2015-07-13locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton1-18/+14
2015-07-13locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton1-0/+14
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-0/+3
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+8
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+3
2015-07-01fs: Add helper functions for permanently empty directories.Eric W. Biederman1-0/+2
2015-07-01Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+7
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+25
2015-06-26Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2015-06-24fs: Call security_ops->inode_killpriv on truncateJan Kara1-1/+5
2015-06-24fs: Provide function telling whether file_remove_privs() will do anythingJan Kara1-0/+1
2015-06-24fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-06-24vfs: add file_path() helperMiklos Szeredi1-0/+2