aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro
2013-05-07make blkdev_put() return voidAl Viro
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du
2013-04-09pipe: fold file_operations instances in oneAl Viro
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-03-01cache the value of file_inode() in struct fileAl Viro
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26export kernel_write(), convert open-coded instancesAl Viro
2013-02-26kill f_vfsmntAl Viro
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2013-01-24mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov
2012-12-20Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro
2012-12-20vfs: Remove useless function prototypesAlessio Igor Bogani
2012-12-20vfs: drop vmtruncateMarco Stornelli
2012-12-20VFS: Make more complete truncate operation available to CacheFilesDavid Howells
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini
2012-11-29blkdev_max_block: make private to fs/buffer.cLinus Torvalds
2012-11-29blockdev: remove bd_block_size_semaphore againLinus Torvalds
2012-11-19vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman
2012-10-16bury SEL_{IN,OUT,EX}Al Viro
2012-10-16Unexport some bits of linux/fs.hDavid Howells
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-13UAPI: Unexport linux/blk_types.hDavid Howells
2012-10-12vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton
2012-10-12audit: make audit_inode take struct filenameJeff Layton
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-12vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-11consitify do_mount() argumentsAl Viro
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-10-10MAX_LFS_FILESIZE definition for 64bit needs LL...Al Viro
2012-10-09vfs: drop lock/unlock superMarco Stornelli
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-10-02MAX_LFS_FILESIZE should be a loff_tChuck Lever
2012-09-27fs: fix include/percpu-rwsem.h export errorJens Axboe
2012-09-26make get_file() return its argumentAl Viro
2012-09-26blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka
2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka
2012-09-20block: ioctl to zero block rangesMartin K. Petersen