summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-311-0/+1
* overlayfs: fix lockdep misannotationMiklos Szeredi2014-10-281-3/+6
* fs: limit filesystem stacking depthMiklos Szeredi2014-10-241-0/+11
* vfs: add whiteout supportMiklos Szeredi2014-10-241-0/+11
* vfs: export check_sticky()Miklos Szeredi2014-10-241-0/+9
* vfs: export __inode_permission() to modulesMiklos Szeredi2014-10-241-0/+1
* vfs: export do_splice_direct() to modulesMiklos Szeredi2014-10-241-0/+3
* vfs: add i_op->dentry_open()Miklos Szeredi2014-10-241-0/+4
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-2/+0
|\
| * block: Remove REQ_KERNELMartin K. Petersen2014-10-141-2/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-2/+3
|\ \
| * | vfs: move getname() from callers to do_mount()Seunghun Lee2014-10-091-1/+2
| * | constify file_inode()Al Viro2014-10-091-1/+1
| |/
* | locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKINGJeff Layton2014-10-071-2/+2
* | locks: set fl_owner for leases to filp instead of current->filesJeff Layton2014-10-071-7/+1
* | locks: give lm_break a return valueJeff Layton2014-10-071-1/+1
* | locks: move freeing of leases outside of i_lockJeff Layton2014-10-071-3/+4
* | locks: define a lm_setup handler for leasesJeff Layton2014-10-071-0/+1
* | locks: plumb a "priv" pointer into the setlease routinesJeff Layton2014-10-071-6/+6
* | security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-2/+2
* | locks: consolidate "nolease" routinesJeff Layton2014-09-091-0/+1
* | locks: remove lock_may_read and lock_may_writeJeff Layton2014-09-091-14/+0
* | locks: New ops in lock_manager_operations for get/put ownerKinglong Mee2014-09-091-0/+2
* | locks: Rename __locks_copy_lock() to locks_copy_conflock()Kinglong Mee2014-09-091-2/+2
* | locks: Remove unused conf argument from lm_grantJoe Perches2014-09-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-111-0/+2
|\
| * acct: get rid of acct_listAl Viro2014-08-071-0/+1
| * acct: switch to __kernel_write()Al Viro2014-08-071-0/+1
* | mm: allow drivers to prevent new writable mappingsDavid Herrmann2014-08-081-2/+27
* | fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches2014-08-061-1/+1
* | locks: typedef fl_owner_t to void *Christoph Hellwig2014-07-131-1/+1
|/
* Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-06-211-0/+6
|\
| * locks: add missing memory barrier in break_delegJeff Layton2014-06-101-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-18/+23
|\ \ | |/ |/|
| * kill generic_file_splice_write()Al Viro2014-06-121-2/+0
| * ->splice_write() via ->write_iter()Al Viro2014-06-121-0/+2
| * bury generic_file_aio_{read,write}Al Viro2014-05-061-2/+0
| * bury __generic_file_aio_write()Al Viro2014-05-061-1/+0
| * blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-061-2/+1
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-0/+2
| * new methods: ->read_iter() and ->write_iter()Al Viro2014-05-061-0/+6
| * replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro2014-05-061-0/+4
| * iov_iter_truncate()Al Viro2014-05-061-2/+1
| * new helper: generic_file_read_iter()Al Viro2014-05-061-0/+1
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-6/+6
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-2/+1
| * kill generic_segment_checks()Al Viro2014-05-061-2/+0
| * generic_file_direct_write(): switch to iov_iterAl Viro2014-05-061-2/+2
* | fs/libfs.c: add generic data flush to fsyncFabian Frederick2014-06-041-0/+1
|/
* locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton2014-04-231-1/+1
OpenPOWER on IntegriCloud