summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-02-181-3/+0Star
|\
| * Revert "locks: keep a count of locks on the flctx lists"Jeff Layton2015-02-161-3/+0Star
* | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-181-0/+10
|\ \
| * | vfs: add find_inode_nowait() functionTheodore Ts'o2015-02-051-0/+5
| * | vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-0/+5
* | | Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-181-0/+3
|\ \ \
| * | | fs: add vfs_iter_{read,write} helpersChristoph Hellwig2015-01-291-0/+3
| |/ /
* | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-181-7/+2Star
|\ \ \
| * | | audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-231-7/+2Star
* | | | dax: add dax_zero_page_rangeMatthew Wilcox2015-02-171-0/+1
* | | | vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox2015-02-171-1/+1
* | | | vfs: remove get_xip_memMatthew Wilcox2015-02-171-2/+0Star
* | | | dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2015-02-171-9/+1Star
* | | | dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox2015-02-171-1/+3
* | | | dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox2015-02-171-0/+1
* | | | dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-171-4/+8
* | | | vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-171-0/+6
| |_|/ |/| |
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-131-2/+4
|\ \ \
| * | | fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov2015-02-131-2/+4
* | | | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-4/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Make super_blocks and sb_lock staticAl Viro2015-02-021-2/+0Star
| * | | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-2/+1Star
| * | | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-0/+23
| | |/ | |/|
* | | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-02-121-0/+16
|\ \ \
| * | | fs: add FL_LAYOUT lease typeChristoph Hellwig2015-02-021-0/+16
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-111-5/+1Star
|\ \ \ \ | |/ / / |/| | |
| * | | rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-101-3/+1Star
| * | | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-6/+0Star
| * | | mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov2015-02-101-2/+6
| |/ /
* | | locks: update comments that refer to inode->i_flockJeff Layton2015-01-221-9/+10
* | | locks: keep a count of locks on the flctx listsJeff Layton2015-01-161-0/+3
* | | locks: clean up the lm_change prototypeJeff Layton2015-01-161-3/+3
* | | locks: add a dedicated spinlock to protect i_flctx listsJeff Layton2015-01-161-0/+1
* | | locks: remove i_flock field from struct inodeJeff Layton2015-01-161-1/+2
* | | locks: convert lease handling to file_lock_contextJeff Layton2015-01-161-2/+3
* | | locks: convert posix locks to file_lock_contextJeff Layton2015-01-161-1/+2
* | | locks: add a new struct file_locking_context pointer to struct inodeJeff Layton2015-01-161-0/+11
* | | locks: add new struct list_head to struct file_lockJeff Layton2015-01-161-0/+1
|/ /
* / vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale2015-01-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-171-1/+0Star
|\
| * make default ->i_fop have ->open() fail with ENXIOAl Viro2014-12-111-1/+0Star
* | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-171-1/+1
|\ \
| * \ merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields2014-11-191-3/+46
| |\ \
| * | | VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker2014-11-071-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-151-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-11-191-0/+1
| |\ \ \ \
| | * | | | VFS: refactor vfs_read()Dmitry Kasatkin2014-11-181-0/+1
* | | | | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-12-141-0/+1
|\ \ \ \ \ \
| * | | | | | aio: Make it possible to remap aio ringPavel Emelyanov2014-12-131-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+1