aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAge
...
* | | | dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-16
* | | | vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-16
| |_|/ |/| |
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-12
|\ \ \
| * | | fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov2015-02-12
* | | | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\ \ \ \ | |/ / / |/| | |
| * | | Make super_blocks and sb_lock staticAl Viro2015-02-02
| * | | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-20
| * | | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-20
| | |/ | |/|
* | | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-02-12
|\ \ \
| * | | fs: add FL_LAYOUT lease typeChristoph Hellwig2015-02-02
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-10
|\ \ \ \ | |/ / / |/| | |
| * | | rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-10
| * | | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-10
| * | | mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov2015-02-10
| |/ /
* | | locks: update comments that refer to inode->i_flockJeff Layton2015-01-21
* | | locks: keep a count of locks on the flctx listsJeff Layton2015-01-16
* | | locks: clean up the lm_change prototypeJeff Layton2015-01-16
* | | locks: add a dedicated spinlock to protect i_flctx listsJeff Layton2015-01-16
* | | locks: remove i_flock field from struct inodeJeff Layton2015-01-16
* | | locks: convert lease handling to file_lock_contextJeff Layton2015-01-16
* | | locks: convert posix locks to file_lock_contextJeff Layton2015-01-16
* | | locks: add a new struct file_locking_context pointer to struct inodeJeff Layton2015-01-16
* | | locks: add new struct list_head to struct file_lockJeff Layton2015-01-16
|/ /
* / vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale2015-01-08
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-16
|\
| * make default ->i_fop have ->open() fail with ENXIOAl Viro2014-12-10
* | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-16
|\ \
| * \ merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields2014-11-19
| |\ \
| * | | VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker2014-11-07
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-14
|\ \ \ \
| * \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-11-19
| |\ \ \ \
| | * | | | VFS: refactor vfs_read()Dmitry Kasatkin2014-11-17
* | | | | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-12-14
|\ \ \ \ \ \
| * | | | | | aio: Make it possible to remap aio ringPavel Emelyanov2014-12-13
| | |_|_|/ / | |/| | | |
* | | | | | syscalls: implement execveat() system callDavid Drysdale2014-12-13
* | | | | | mm/rmap: share the i_mmap_rwsemDavidlohr Bueso2014-12-13
* | | | | | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-13
* | | | | | mm,fs: introduce helpers around the i_mmap_mutexDavidlohr Bueso2014-12-13
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro2014-11-19
| |\ \ \ \ \
| | * | | | | fs: Convert show_fdinfo functions to voidJoe Perches2014-11-05
| | | |_|_|/ | | |/| | |
| * | | | | kill f_dentry macroAl Viro2014-11-19
| * | | | | new helper: is_root_inode()Al Viro2014-10-31
| * | | | | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-31
| | |/ / / | |/| | |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-12-10
|\ \ \ \ \
| * | | | | vfs: Remove i_dquot field from inodeJan Kara2014-11-10
| * | | | | quota: Use function to provide i_dquot pointersJan Kara2014-11-10
| * | | | | quota: Allow each filesystem to specify which quota types it supportsJan Kara2014-11-10
| |/ / / /
* / / / / fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski2014-11-17
|/ / / /
* | | | Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-31