summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro2012-12-201-0/+1
|\
| * VFS: Make more complete truncate operation available to CacheFilesDavid Howells2012-12-201-0/+1
* | vfs: Remove useless function prototypesAlessio Igor Bogani2012-12-201-4/+0
* | vfs: drop vmtruncateMarco Stornelli2012-12-201-1/+0
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-171-8/+8
|\
| * procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2012-12-171-2/+2
| * lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-6/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-171-0/+2
|\ \ | |/ |/|
| * vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman2012-11-191-0/+2
* | mm: redefine address_space.assoc_mappingRafael Aquini2012-12-111-1/+1
* | blkdev_max_block: make private to fs/buffer.cLinus Torvalds2012-11-291-1/+0
* | blockdev: remove bd_block_size_semaphore againLinus Torvalds2012-11-291-4/+0
|/
* bury SEL_{IN,OUT,EX}Al Viro2012-10-161-4/+0
* Unexport some bits of linux/fs.hDavid Howells2012-10-161-0/+130
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-332/+1
* UAPI: Unexport linux/blk_types.hDavid Howells2012-10-131-60/+59
* vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2012-10-121-0/+1
* audit: make audit_inode take struct filenameJeff Layton2012-10-121-2/+4
* vfs: make path_openat take a struct filename pointerJeff Layton2012-10-121-0/+1
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-3/+11
* vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton2012-10-121-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-3/+2
|\
| * consitify do_mount() argumentsAl Viro2012-10-111-1/+1
| * MAX_LFS_FILESIZE definition for 64bit needs LL...Al Viro2012-10-101-1/+1
| * vfs: drop lock/unlock superMarco Stornelli2012-10-091-1/+0
* | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-111-0/+6
|\ \ | |/ |/|
| * fs: fix include/percpu-rwsem.h export errorJens Axboe2012-09-271-1/+1
| * blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka2012-09-261-1/+2
| * Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka2012-09-261-0/+4
| * block: ioctl to zero block rangesMartin K. Petersen2012-09-201-0/+1
* | mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-3/+3
* | mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-0/+2
* | MAX_LFS_FILESIZE should be a loff_tChuck Lever2012-10-021-2/+2
* | make get_file() return its argumentAl Viro2012-09-261-1/+5
|/
* vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-041-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-12/+142
|\
| * fs: Remove old freezing mechanismJan Kara2012-07-311-5/+0
| * fs: Improve filesystem freezing handlingJan Kara2012-07-311-7/+143
| * fs: add link restrictionsKees Cook2012-07-291-0/+2
| * consolidate pipe file creationAl Viro2012-07-291-3/+0
* | locks: remove unused lm_release_privateJ. Bruce Fields2012-08-011-1/+0
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-0/+8
|\ \
| * | mm: swap: implement generic handler for swap_activateMel Gorman2012-07-311-2/+4
| * | mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman2012-07-311-0/+4
| * | mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman2012-07-311-0/+2
| |/
* | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-07-311-2/+3
|\ \ | |/ |/|
| * LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky2012-07-271-2/+3
* | switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-231-2/+1
* | vfs: allow custom EOF in generic_file_llseek codeEric Sandeen2012-07-231-1/+1
* | vfs: Create function for iterating over block devicesJan Kara2012-07-221-0/+5
OpenPOWER on IntegriCloud