summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-266-6/+10
* pipe: account to kmemcgVladimir Davydov2016-07-261-6/+26
* fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster2016-07-261-2/+7
* fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-263-25/+85
* ocfs2/cluster: clean up unnecessary assignment for 'ret'piaojun2016-07-261-6/+2
* ocfs2: remove obscure BUG_ON in dlmglueJoseph Qi2016-07-261-9/+0
* ocfs2: cleanup implemented prototypesJoseph Qi2016-07-262-8/+0
* ocfs2/dlm: fix memory leak of dlm_debug_ctxtJoseph Qi2016-07-262-25/+2
* ocfs2: cleanup unneeded goto in ocfs2_create_new_inode_locksJoseph Qi2016-07-261-3/+1
* ocfs2: improve recovery performanceJunxiao Bi2016-07-261-20/+21
* ocfs2: fix a redundant re-initializationEric Ren2016-07-261-2/+0
* dax: remote unused fault wrappersRoss Zwisler2016-07-264-66/+21
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-251-0/+10
|\
| * Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar2016-07-0789-840/+1356
| |\
| * | timerfd: Reject ALARM timerfds without CAP_WAKE_ALARMEric Caruso2016-06-091-0/+10
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-251-0/+18
|\ \ \
| * | | x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu2016-07-151-0/+18
* | | | Merge tag 'char-misc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-241-1/+1
|\ \ \ \
| * | | | chardev: add missing line break in pr_warnFengguang Wu2016-07-141-1/+1
* | | | | Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2016-07-2418-116/+179
|\ \ \ \ \
| * | | | | GFS2: Fix gfs2_replay_incr_blk for multiple journal sizesBob Peterson2016-07-213-11/+10
| * | | | | GFS2: Check rs_free with rd_rsspin protectionBob Peterson2016-07-121-3/+2
| * | | | | gfs2: writeout truncated pagesBenjamin Marzinski2016-06-271-15/+34
| * | | | | fs: export __block_write_full_pageBenjamin Marzinski2016-06-271-1/+2
| * | | | | gfs2: Lock holder cleanupAndreas Gruenbacher2016-06-279-35/+46
| * | | | | gfs2: Large-filesystem fix for 32-bit systemsAndreas Gruenbacher2016-06-271-2/+17
| * | | | | gfs2: Get rid of gfs2_ilookupAndreas Gruenbacher2016-06-274-36/+2
| * | | | | gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher2016-06-275-33/+81
| * | | | | gfs2: Initialize iopen glock holder for new inodesAndreas Gruenbacher2016-06-171-0/+1
| * | | | | GFS2: don't set rgrp gl_object until it's inserted into rgrp treeBob Peterson2016-06-101-4/+8
* | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-233-32/+29
|\ \ \ \ \ \
| * | | | | | ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov2016-07-221-30/+24
| * | | | | | ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-042-2/+2
| * | | | | | ovl: handle ATTR_KILL*Miklos Szeredi2016-07-041-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | xfs: fix type confusion in xfs_ioc_swapextJann Horn2016-07-161-0/+6
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-127-10/+32
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashedAl Viro2016-07-051-3/+25
| * | | | | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-057-7/+7
| |/ / / /
* | | | | Merge tag 'ecryptfs-4.7-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-084-20/+23
|\ \ \ \ \
| * | | | | ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-07-081-1/+14
| * | | | | Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney2016-07-071-11/+2
| * | | | | ecryptfs: fix spelling mistakesChris J Arges2016-06-202-4/+4
| * | | | | eCryptfs: fix typos in commentWei Yuan2016-06-201-2/+2
| * | | | | ecryptfs: drop null test before destroy functionsJulia Lawall2016-06-201-2/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-071-1/+1
|\ \ \ \ \
| * | | | | writeback: inode cgroup wb switch should not call ihold()Tahsin Erdogan2016-06-301-1/+1
* | | | | | Merge tag 'configfs-for-4.7' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-07-071-2/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | configfs: Remove ppos increment in configfs_write_bin_fileMarek Vasut2016-06-301-2/+0
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-033-1/+31
|\ \ \ \ \ \
| * | | | | | fuse: serialize dirops by defaultMiklos Szeredi2016-06-303-1/+31