aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/dhowells/linux-fs into for-linusAl 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/ebiederm/user-namespaceLinus 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/viro/vfsLinus 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
2012-10-09vfs: drop lock/unlock superMarco Stornelli1-1/+0
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-3/+3
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+2
2012-10-02MAX_LFS_FILESIZE should be a loff_tChuck Lever1-2/+2
2012-09-27fs: fix include/percpu-rwsem.h export errorJens Axboe1-1/+1
2012-09-26make get_file() return its argumentAl Viro1-1/+5
2012-09-26blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka1-1/+2
2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka1-0/+4
2012-09-20block: ioctl to zero block rangesMartin K. Petersen1-0/+1
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy1-3/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+142
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields1-1/+0
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+8
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman1-2/+4
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pagesMel Gorman1-0/+4
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman1-0/+2
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+3
2012-07-31fs: Remove old freezing mechanismJan Kara1-5/+0