summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-10-24mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-6/+13
2016-10-24mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+7
2016-10-12fs: use mapping_set_error instead of opencoded set_bitMichal Hocko6-10/+8
2016-10-12treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-2/+0
2016-10-12pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)1-0/+3
2016-10-12pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)1-18/+18
2016-10-12pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)1-7/+13
2016-10-12pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)1-22/+23
2016-10-12pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)1-10/+31
2016-10-12pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)1-5/+5
2016-10-12pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)1-23/+18
2016-10-12pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)1-12/+12
2016-10-12autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi1-33/+16
2016-10-12autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi1-2/+0
2016-10-12autofs: fix print format for ioctl warning messageTomohiro Kusumi1-1/+1
2016-10-12autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent1-8/+17
2016-10-12autofs: fix dev ioctl number range checkIan Kent2-2/+3
2016-10-12autofs: fix pr_debug() messageTomohiro Kusumi1-1/+1
2016-10-12autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi1-1/+2
2016-10-12autofs: remove obsolete sb fieldsTomohiro Kusumi1-2/+0
2016-10-12autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi1-1/+1
2016-10-12autofs: remove ino free in autofs4_dir_symlink()Ian Kent1-2/+0
2016-10-12autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi1-1/+2
2016-10-12autofs: fix autofs4_fill_super() error exit handlingIan Kent1-3/+3
2016-10-12autofs: test autofs versions first on sb initializationTomohiro Kusumi1-17/+17
2016-10-12autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi1-1/+1
2016-10-12fs/select: add vmalloc fallback for select(2)Vlastimil Babka1-3/+11
2016-10-12block: implement (some of) fallocate for block devicesDarrick J. Wong2-1/+79
2016-10-10mm, proc: fix region lost in /proc/self/smapsRobert Ho1-3/+5
2016-10-10proc: fix timerslack_ns CAP_SYS_NICE check when adjusting selfJohn Stultz1-15/+19
2016-10-10proc: add LSM hook checks to /proc/<tid>/timerslack_nsJohn Stultz1-0/+10
2016-10-10proc: relax /proc/<tid>/timerslack_ns capability requirementsJohn Stultz1-14/+20
2016-10-10meminfo: break apart a very long seq_printf with #ifdefsJoe Perches1-116/+95
2016-10-10seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches3-133/+151
2016-10-10proc: faster /proc/*/statusAlexey Dobriyan1-40/+47
2016-10-10mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-7/+5
2016-10-10mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie1-0/+3
2016-10-10mm: remove page_file_indexHuang Ying4-7/+7
2016-10-10thp: reduce usage of huge zero page's atomic counterAaron Lu1-1/+1
2016-10-10fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse1-1/+1
2016-10-10ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani3-0/+3
2016-09-30ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren1-0/+10
2016-09-23Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+15
2016-09-23Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-0/+1
2016-09-21btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-09-21Btrfs: handle quota reserve failure properlyJosef Bacik1-6/+3
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa1-1/+6
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa1-10/+14
2016-09-19Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi1-4/+1
2016-09-19ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24