summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-14block: Remove REQ_KERNELMartin K. Petersen
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee
2014-10-09constify file_inode()Al Viro
2014-10-07locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKINGJeff Layton
2014-10-07locks: set fl_owner for leases to filp instead of current->filesJeff Layton
2014-10-07locks: give lm_break a return valueJeff Layton
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton
2014-10-07locks: define a lm_setup handler for leasesJeff Layton
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton
2014-09-09locks: consolidate "nolease" routinesJeff Layton
2014-09-09locks: remove lock_may_read and lock_may_writeJeff Layton
2014-09-09locks: New ops in lock_manager_operations for get/put ownerKinglong Mee
2014-09-09locks: Rename __locks_copy_lock() to locks_copy_conflock()Kinglong Mee
2014-09-09locks: Remove unused conf argument from lm_grantJoe Perches
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann
2014-08-07acct: get rid of acct_listAl Viro
2014-08-07acct: switch to __kernel_write()Al Viro
2014-08-06fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches
2014-07-13locks: typedef fl_owner_t to void *Christoph Hellwig
2014-06-21Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12kill generic_file_splice_write()Al Viro
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-06-10locks: add missing memory barrier in break_delegJeff Layton
2014-06-04fs/libfs.c: add generic data flush to fsyncFabian Frederick
2014-05-06bury generic_file_aio_{read,write}Al Viro
2014-05-06bury __generic_file_aio_write()Al Viro
2014-05-06blkdev_aio_write() - turn into blkdev_write_iter()Al Viro
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro
2014-05-06iov_iter_truncate()Al Viro
2014-05-06new helper: generic_file_read_iter()Al Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-04-23locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2014-04-01kill generic_file_buffered_write()Al Viro