summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-27constify ->actorAl Viro1-1/+1
2015-03-27->readdir() is goneAl Viro1-1/+0
2015-03-27convert ext3Al Viro1-0/+6
2015-03-27switch dcache_readdir() users to ->iterate()Al Viro1-7/+32
2015-03-27introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-0/+9
2015-03-27introduce iterate_dir() and dir_contextAl Viro1-0/+4
2015-03-23userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman1-0/+1
2014-12-29mm: allow drivers to prevent new writable mappingsDavid Herrmann1-2/+27
2014-11-18upstream: consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-0/+11
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro1-2/+0
2013-05-07make blkdev_put() return voidAl Viro1-1/+1
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara1-0/+7
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+14
2013-04-30include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du1-0/+2
2013-04-09pipe: fold file_operations instances in oneAl Viro1-5/+0
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-0/+14
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+2
2013-03-01cache the value of file_inode() in struct fileAl Viro1-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+9
2013-02-26export kernel_write(), convert open-coded instancesAl Viro1-0/+1
2013-02-26kill f_vfsmntAl Viro1-1/+0
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton1-1/+0
2013-02-26switch vfs_getattr() to struct pathAl Viro1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+7
2013-01-24mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov1-1/+1
2012-12-20Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro1-0/+1
2012-12-20vfs: Remove useless function prototypesAlessio Igor Bogani1-4/+0
2012-12-20vfs: drop vmtruncateMarco Stornelli1-1/+0
2012-12-20VFS: Make more complete truncate operation available to CacheFilesDavid Howells1-0/+1
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+8
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov1-2/+2
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-6/+6
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+2
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini1-1/+1
2012-11-29blkdev_max_block: make private to fs/buffer.cLinus Torvalds1-1/+0
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds1-4/+0
2012-11-19vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman1-0/+2
2012-10-16bury SEL_{IN,OUT,EX}Al Viro1-4/+0
2012-10-16Unexport some bits of linux/fs.hDavid Howells1-0/+130
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-332/+1
2012-10-13UAPI: Unexport linux/blk_types.hDavid Howells1-60/+59
2012-10-12vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton1-0/+1
2012-10-12audit: make audit_inode take struct filenameJeff Layton1-2/+4
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton1-0/+1
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-3/+11
2012-10-12vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton1-2/+1
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+2
2012-10-11consitify do_mount() argumentsAl Viro1-1/+1
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2012-10-10MAX_LFS_FILESIZE definition for 64bit needs LL...Al Viro1-1/+1