summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2017-06-1534-426/+456
|\
| * fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2017-06-151-0/+1
| * fault-inject: don't convert unsigned type value as signed intAkinobu Mita2017-06-151-1/+1
| * fault-inject: simplify access check for fail-nthAkinobu Mita2017-06-151-14/+8
| * fault-inject: make fail-nth read/write interface symmetricAkinobu Mita2017-06-151-8/+6
| * fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita2017-06-151-5/+4
| * fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita2017-06-151-1/+1
| * fault-inject-support-systematic-fault-injection-fixAndrew Morton2017-06-151-1/+1
| * fault-inject: support systematic fault injectionDmitry Vyukov2017-06-151-0/+52
| * kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov2017-06-151-0/+2
| * kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-06-151-0/+42
| * procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov2017-06-151-2/+6
| * fs/Kconfig: kill CONFIG_PERCPU_RWSEM some moreDavidlohr Bueso2017-06-151-1/+0
| * bfs: fix sanity checks for empty filesRakesh Pandit2017-06-151-1/+1
| * sysctl: add unsigned int range supportLuis R. Rodriguez2017-06-151-1/+3
| * sysctl: simplify unsigned int supportLuis R. Rodriguez2017-06-151-0/+14
| * sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez2017-06-151-5/+5
| * fs/seq_file.c: delete small-value optimizationAlexey Dobriyan2017-06-151-10/+0
| * fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes2017-06-151-0/+10
| * fs/proc/generic.c: switch to ida_simple_get/removeHeiner Kallweit2017-06-061-25/+7
| * mm: hwpoison: dissolve in-use hugepage in unrecoverable memory errorNaoya Horiguchi2017-06-061-0/+11
| * fs/buffer.c: make bh_lru_install() more efficientEric Biggers2017-06-061-28/+15
| * mm: per-cgroup memory reclaim statsRoman Gushchin2017-06-062-2/+2
| * JFS: do not ignore return code from write_one_page()Dave Kleikamp2017-06-062-2/+6
| * mm: drop "wait" parameter from write_one_page()Jeff Layton2017-06-066-7/+7
| * mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-06-061-2/+5
| * mm: drop HASH_ADAPTMichal Hocko2017-06-062-2/+2
| * mm: adaptive hash table scalingPavel Tatashin2017-06-062-2/+2
| * mm: update callers to use HASH_ZERO flagPavel Tatashin2017-06-063-34/+8
| * fs/userfaultfd.c: drop dead codeMike Rapoport2017-06-061-5/+0
| * fs/file.c: replace alloc_fdmem() with kvmalloc() alternativeMichal Hocko2017-06-061-18/+4
| * ocfs2: add duplicated ino number checkGang He2017-06-061-1/+20
| * ocfs2: add kobject for online file checkGang He2017-06-064-204/+152
| * ocfs2: fix some small problemsGang He2017-06-061-4/+4
| * ocfs2: move some definitions to header fileGang He2017-06-062-27/+27
| * ocfs2-give-an-obvious-tip-for-dismatch-cluster-names-v2Gang He2017-06-061-1/+1
| * ocfs2: give an obvious tip for mismatched cluster namesGang He2017-06-061-2/+6
| * ocfs2-dlm-optimization-of-code-while-free-dead-node-locks-checkpatch-fixesAndrew Morton2017-06-061-14/+15
| * ocfs2/dlm: optimize freeing of dead node locksGuozhonghua2017-06-061-25/+14
| * ocfs2-old-mle-put-and-release-after-the-function-dlm_add_migration_mle-called...Andrew Morton2017-06-061-11/+15
| * ocfs2: old mle put and release after the function dlm_add_migration_mle calledGuozhonghua2017-06-061-18/+44
| * ocfs2: remove ocfs2_is_o2cb_active()Gang He2017-06-063-10/+1
| * ocfs2: use magic.hFabian Frederick2017-06-061-3/+2
| * ocfs2: fix a static checker warningGang He2017-06-061-1/+1
* | Merge remote-tracking branch 'uuid/for-next'Stephen Rothwell2017-06-1519-156/+51
|\ \
| * | overlayfs: use uuid_t instead of uuid_beChristoph Hellwig2017-06-052-2/+2
| * | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-058-27/+13
| * | xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-056-65/+8
| * | xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig2017-06-053-27/+4
| * | uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig2017-06-052-13/+0