summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-182-19/+50
|\
| * fs: add vfs_iter_{read,write} helpersChristoph Hellwig2015-01-292-14/+48
| * new helper: iov_iter_bvec()Al Viro2015-01-291-5/+2
* | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-183-57/+106
|\ \
| * | audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-231-15/+14
| * | audit: enable filename recording via getname_kernel()Paul Moore2015-01-231-0/+1
| * | simpler calling conventions for filename_mountpoint()Al Viro2015-01-231-16/+7
| * | fs: create proper filename objects using getname_kernel()Paul Moore2015-01-233-20/+64
| * | fs: rework getname_kernel to handle up to PATH_MAX sized filenamesPaul Moore2015-01-231-14/+20
| * | cut down the number of do_path_lookup() callersAl Viro2015-01-231-4/+12
* | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-181-123/+168
|\ \ \
| * | | debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-171-0/+40
| * | | new primitive: debugfs_create_automount()Al Viro2015-01-251-0/+48
| * | | debugfs: split end_creating() into success and failure casesAl Viro2015-01-251-14/+13
| * | | debugfs: take mode-dependent parts of debugfs_get_inode() into callersAl Viro2015-01-251-32/+16
| * | | fold debugfs_mknod() into callersAl Viro2015-01-251-37/+31
| * | | fold debugfs_create() into callerAl Viro2015-01-251-14/+3
| * | | fold debugfs_mkdir() into callerAl Viro2015-01-251-15/+6
| * | | debugfs_mknod(): get rid useless argumentsAl Viro2015-01-251-17/+11
| * | | fold debugfs_link() into callerAl Viro2015-01-251-9/+2
| * | | debugfs: kill __create_file()Al Viro2015-01-251-38/+33
| * | | debugfs: split the beginning and the end of __create_file() offAl Viro2015-01-251-22/+39
| * | | debugfs_{mkdir,create,link}(): get rid of redundant argumentAl Viro2015-01-251-8/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-1710-196/+257
|\ \ \ \
| * | | | switch the IO-triggering parts of umount to fs_pinAl Viro2015-01-263-29/+20
| * | | | new fs_pin killing logicsAl Viro2015-01-261-6/+48
| * | | | allow attaching fs_pin to a group not associated with some superblockAl Viro2015-01-263-10/+16
| * | | | dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds2015-01-261-4/+114
| * | | | pull bumping refcount into ->kill()Al Viro2015-01-261-12/+0
| * | | | kill pin_put()Al Viro2015-01-261-11/+0
| * | | | gut proc_register() a bitAl Viro2015-01-261-17/+8
| * | | | kill d_validate()Al Viro2015-01-261-31/+0
| * | | | ncpfs: get rid of d_validate() nonsenseAl Viro2015-01-263-77/+52
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-1715-202/+173
|\ \ \ \ \
| * | | | | fs/affs/super.c: fix switch indentationFabian Frederick2015-02-171-33/+33
| * | | | | fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick2015-02-171-2/+0
| * | | | | fs/affs/bitmap.c: remove unnecessary returnFabian Frederick2015-02-171-1/+0
| * | | | | fs/affs/amigaffs.c: remove else after returnFabian Frederick2015-02-171-2/+1
| * | | | | fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick2015-02-175-13/+16
| * | | | | fs/affs: use unsigned int for string lengthsFabian Frederick2015-02-172-8/+9
| * | | | | fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick2015-02-171-0/+1
| * | | | | fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick2015-02-171-0/+7
| * | | | | fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick2015-02-171-4/+2
| * | | | | fs/affs: fix casting in printed messagesGeert Uytterhoeven2015-02-175-40/+33
| * | | | | eventfd: don't take the spinlock in eventfd_pollChris Mason2015-02-171-6/+6
| * | | | | vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao2015-02-171-4/+4
| * | | | | fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou2015-02-171-1/+1
| * | | | | fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick2015-02-171-1/+1
| * | | | | fs/ufs/super.c: fix potential race conditionFabian Frederick2015-02-171-4/+0
| * | | | | fs/ufs/super.c: remove unnecessary castingFabian Frederick2015-02-171-1/+3