summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov
2015-02-05vfs: add find_inode_nowait() functionTheodore Ts'o
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o
2015-02-02fs: add FL_LAYOUT lease typeChristoph Hellwig
2015-02-02Make super_blocks and sb_lock staticAl Viro
2015-01-29fs: add vfs_iter_{read,write} helpersChristoph Hellwig
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore
2015-01-21locks: update comments that refer to inode->i_flockJeff Layton
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2015-01-16locks: keep a count of locks on the flctx listsJeff Layton
2015-01-16locks: clean up the lm_change prototypeJeff Layton
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton
2015-01-16locks: remove i_flock field from struct inodeJeff Layton
2015-01-16locks: convert lease handling to file_lock_contextJeff Layton
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton
2015-01-16locks: add a new struct file_locking_context pointer to struct inodeJeff Layton
2015-01-16locks: add new struct list_head to struct file_lockJeff Layton
2015-01-08vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-12-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-12-13mm/rmap: share the i_mmap_rwsemDavidlohr Bueso
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso
2014-12-13mm,fs: introduce helpers around the i_mmap_mutexDavidlohr Bueso
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro
2014-11-19kill f_dentry macroAl Viro
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields
2014-11-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris
2014-11-17VFS: refactor vfs_read()Dmitry Kasatkin
2014-11-17fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski
2014-11-10vfs: Remove i_dquot field from inodeJan Kara
2014-11-10quota: Use function to provide i_dquot pointersJan Kara
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches
2014-10-31new helper: is_root_inode()Al Viro