aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar5-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar32-16/+37
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h>Ingo Molnar1-1/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar35-0/+36
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar16-10/+17
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar6-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar6-0/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>Ingo Molnar1-0/+1
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar1-3/+3
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h>Ingo Molnar1-0/+1
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds15-543/+363
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-752/+1858
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds18-145/+241
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-306/+287
2017-02-28f2fs: avoid to flush nat journal entriesJaegeuk Kim1-1/+1
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds54-154/+218
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-9/+57
2017-02-27hfs: atomically read inode sizeFabian Frederick1-1/+1
2017-02-27mm: use mmget_not_zero() helperVegard Nossum3-5/+5
2017-02-27mm: add new mmgrab() helperVegard Nossum2-3/+3
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan7-16/+16
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "unneded" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "againt" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada1-3/+3
2017-02-27nilfs2: use i_blocksize()Geliang Tang2-2/+2
2017-02-27nilfs2: use nilfs_btree_node_size()Geliang Tang1-1/+1
2017-02-27fs: add i_blocksize()Fabian Frederick25-50/+50
2017-02-27fs/affs: make export work with cold dcacheFabian Frederick1-0/+19
2017-02-27fs/affs/namei.c: forward declarations clean-upFabian Frederick1-20/+10
2017-02-27fs/affs: add prefix to some functionsFabian Frederick5-14/+15
2017-02-27fs/affs: use octal for permissionsFabian Frederick1-18/+18
2017-02-27fs/affs: make affs exportableFabian Frederick3-0/+42
2017-02-27fs/affs: add validation block functionFabian Frederick1-4/+10
2017-02-27fs/affs: remove reference to affs_parent_ino()Fabian Frederick1-1/+0
2017-02-27fs,eventpoll: don't test for bitfield with stack valueCyrill Gorcunov1-1/+1
2017-02-27/proc/kcore: update physical address for kcore ram and textPratyush Anand1-1/+4
2017-02-27fs/reiserfs: atomically read inode sizeFabian Frederick1-1/+1
2017-02-27hfsplus: atomically read inode sizeFabian Frederick1-1/+1
2017-02-27autofs: take more care to not update last_used on path walkIan Kent1-6/+11
2017-02-27autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi1-2/+0
2017-02-27mm,fs,dax: mark dax_iomap_pmd_fault as constArnd Bergmann1-1/+2
2017-02-27nfsd: Fix display of the version stringTrond Myklebust1-30/+26
2017-02-27nfsd: fix configuration of supported minor versionsTrond Myklebust2-8/+22
2017-02-27f2fs: avoid to issue redundant discard commandsJaegeuk Kim1-0/+2