summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2016-09-1230-453/+481
|\
| * pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)2016-09-101-0/+3
| * pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)2016-09-101-18/+18
| * pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)2016-09-101-7/+13
| * pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)2016-09-101-22/+23
| * pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)2016-09-101-10/+31
| * pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)2016-09-101-5/+5
| * pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)2016-09-101-23/+18
| * pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)2016-09-101-12/+12
| * autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi2016-09-101-33/+16
| * autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi2016-09-101-2/+0
| * autofs: fix print format for ioctl warning messageTomohiro Kusumi2016-09-101-1/+1
| * autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent2016-09-101-8/+17
| * autofs: fix "fix dev ioctl number range check"Tomohiro Kusumi2016-09-101-1/+1
| * autofs: fix dev ioctl number range checkIan Kent2016-09-102-2/+3
| * autofs: fix pr_debug() messageTomohiro Kusumi2016-09-101-1/+1
| * autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi2016-09-101-1/+2
| * autofs: remove obsolete sb fieldsTomohiro Kusumi2016-09-101-2/+0
| * autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi2016-09-101-1/+1
| * autofs: remove ino free in autofs4_dir_symlink()Ian Kent2016-09-101-2/+0
| * autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi2016-09-101-1/+2
| * autofs: fix autofs4_fill_super() error exit handlingIan Kent2016-09-101-3/+3
| * autofs: test autofs versions first on sb initializationTomohiro Kusumi2016-09-101-17/+17
| * autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi2016-09-101-1/+1
| * compat: remove compat_printk()Arnd Bergmann2016-09-101-14/+0
| * cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-09-103-5/+5
| * proc: unsigned file descriptorsAlexey Dobriyan2016-09-103-6/+6
| * proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz2016-09-101-15/+19
| * proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz2016-09-101-0/+10
| * proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz2016-09-101-14/+20
| * meminfo: break apart a very long seq_printf with #ifdefsJoe Perches2016-09-101-116/+95
| * seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-09-103-133/+151
| * proc: faster /proc/*/statusAlexey Dobriyan2016-09-101-40/+47
| * mm: Remove page_file_indexHuang Ying2016-09-104-7/+7
| * thp: reduce usage of huge zero page's atomic counterAaron Lu2016-09-101-1/+1
| * fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse2016-09-101-1/+1
| * ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-09-103-0/+3
| * fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-09-101-1/+1
| * fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-09-101-1/+1
| * fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-09-101-1/+1
| * fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-09-101-1/+1
| * ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-09-101-6/+6
* | Merge remote-tracking branch 'nvdimm/libnvdimm-for-next'Stephen Rothwell2016-09-121-0/+1
|\ \
| * \ Merge branch 'for-4.9/dax' into libnvdimm-for-nextDan Williams2016-09-091-0/+1
| |\ \
| | * | dax: define a unified inode/address_space for device-dax mappingsDan Williams2016-08-231-0/+1
* | | | Merge remote-tracking branch 'y2038/y2038'Stephen Rothwell2016-09-121-4/+2
|\ \ \ \
| * | | | AFS: Correctly use 64-bit time for UUIDTina Ruchandani2016-04-261-4/+2
* | | | | Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell2016-09-122-70/+20
|\ \ \ \ \
| * | | | | kernfs: remove kernfs_path_len()Tejun Heo2016-08-101-23/+0
| * | | | | kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-102-47/+20