summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)2016-10-121-0/+3
* pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)2016-10-121-18/+18
* pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-121-7/+13
* pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-121-22/+23
* pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)2016-10-121-10/+31
* pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)2016-10-121-5/+5
* pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)2016-10-121-23/+18Star
* pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)2016-10-121-12/+12
* autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi2016-10-121-33/+16Star
* autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi2016-10-121-2/+0Star
* autofs: fix print format for ioctl warning messageTomohiro Kusumi2016-10-121-1/+1
* autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent2016-10-121-8/+17
* autofs: fix dev ioctl number range checkIan Kent2016-10-122-2/+3
* autofs: fix pr_debug() messageTomohiro Kusumi2016-10-121-1/+1
* autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi2016-10-121-1/+2
* autofs: remove obsolete sb fieldsTomohiro Kusumi2016-10-121-2/+0Star
* autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi2016-10-121-1/+1
* autofs: remove ino free in autofs4_dir_symlink()Ian Kent2016-10-121-2/+0Star
* autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi2016-10-121-1/+2
* autofs: fix autofs4_fill_super() error exit handlingIan Kent2016-10-121-3/+3
* autofs: test autofs versions first on sb initializationTomohiro Kusumi2016-10-121-17/+17
* autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi2016-10-121-1/+1
* fs/select: add vmalloc fallback for select(2)Vlastimil Babka2016-10-121-3/+11
* block: implement (some of) fallocate for block devicesDarrick J. Wong2016-10-122-1/+79
* ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua2016-10-121-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-111-1/+1
|\
| * Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-10-071-1/+1
| |\
| | * afs: Check for fatal error when in waiting for ack stateDavid Howells2016-10-061-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-11158-381/+520
|\ \ \
| * \ \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-1170-244/+483
| |\ \ \
| | * | | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-2748-53/+53
| | * | | vfs: remove unused i_op->renameMiklos Szeredi2016-09-272-14/+4Star
| | * | | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-2716-29/+72
| | * | | libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-274-4/+8
| | * | | fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-2722-42/+123
| | * | | ncpfs: fix unused variable warningMiklos Szeredi2016-09-271-2/+1Star
| * | | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-2832-68/+68
| * | | | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-2847-105/+105
| * | | | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-2861-138/+138
| * | | | fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani2016-09-281-1/+0Star
| * | | | vfs: Add current_time() apiDeepa Dinamani2016-09-281-0/+23
* | | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-1165-545/+338Star
|\ \ \ \ \
| * | | | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-0848-282/+0Star
| * | | | | Merge remote-tracking branch 'fuse/xattr' into work.xattrAl Viro2016-10-085-157/+221
| |\ \ \ \ \
| * | | | | | xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-082-18/+37
| * | | | | | vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher2016-10-081-6/+7
| * | | | | | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-087-36/+55
| * | | | | | libfs: Use IOP_XATTR flag for empty directory handlingAndreas Gruenbacher2016-10-081-21/+1Star
| * | | | | | vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2016-10-082-21/+8Star
| * | | | | | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-082-4/+10