aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-3/+2
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-nextAl Viro1-1/+1
2014-11-19kill f_dentry macroAl Viro1-1/+0
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields1-3/+46
2014-11-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into nextJames Morris1-0/+1
2014-11-17VFS: refactor vfs_read()Dmitry Kasatkin1-0/+1
2014-11-17fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski1-0/+2
2014-11-10vfs: Remove i_dquot field from inodeJan Kara1-3/+0
2014-11-10quota: Use function to provide i_dquot pointersJan Kara1-0/+1
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara1-0/+1
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker1-1/+1
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches1-1/+1
2014-10-31new helper: is_root_inode()Al Viro1-0/+5
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-1/+4
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-0/+1
2014-10-28overlayfs: fix lockdep misannotationMiklos Szeredi1-3/+6
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi1-0/+11
2014-10-24vfs: add whiteout supportMiklos Szeredi1-0/+11
2014-10-24vfs: export check_sticky()Miklos Szeredi1-0/+9
2014-10-24vfs: export __inode_permission() to modulesMiklos Szeredi1-0/+1
2014-10-24vfs: export do_splice_direct() to modulesMiklos Szeredi1-0/+3
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi1-0/+4
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2014-10-14block: Remove REQ_KERNELMartin K. Petersen1-2/+0
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee1-1/+2
2014-10-09constify file_inode()Al Viro1-1/+1
2014-10-07locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKINGJeff Layton1-2/+2
2014-10-07locks: set fl_owner for leases to filp instead of current->filesJeff Layton1-7/+1
2014-10-07locks: give lm_break a return valueJeff Layton1-1/+1
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton1-3/+4
2014-10-07locks: define a lm_setup handler for leasesJeff Layton1-0/+1
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton1-6/+6
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-2/+2
2014-09-09locks: consolidate "nolease" routinesJeff Layton1-0/+1
2014-09-09locks: remove lock_may_read and lock_may_writeJeff Layton1-14/+0
2014-09-09locks: New ops in lock_manager_operations for get/put ownerKinglong Mee1-0/+2
2014-09-09locks: Rename __locks_copy_lock() to locks_copy_conflock()Kinglong Mee1-2/+2
2014-09-09locks: Remove unused conf argument from lm_grantJoe Perches1-1/+1
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann1-2/+27
2014-08-07acct: get rid of acct_listAl Viro1-0/+1
2014-08-07acct: switch to __kernel_write()Al Viro1-0/+1
2014-08-06fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon definition and useJoe Perches1-1/+1
2014-07-13locks: typedef fl_owner_t to void *Christoph Hellwig1-1/+1
2014-06-21Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-0/+6
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-18/+23
2014-06-12kill generic_file_splice_write()Al Viro1-2/+0
2014-06-12->splice_write() via ->write_iter()Al Viro1-0/+2
2014-06-10locks: add missing memory barrier in break_delegJeff Layton1-0/+6