aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds22-410/+459
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-91/+109
2016-03-18Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+5
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro22-410/+459
2016-03-18splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-03-17Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-2/+2
2016-03-17Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds9-79/+46
2016-03-17Merge tag 'dlm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-12/+62
2016-03-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds27-1459/+1099
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds5-75/+38
2016-03-17lib: update single-char callers of strtobool()Kees Cook4-48/+20
2016-03-17btrfs: use radix_tree_iter_retry()Matthew Wilcox1-2/+1
2016-03-17proc-vmcore: wrong data type casting fixDave Young1-2/+5
2016-03-17proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan"Minfei Huang1-1/+1
2016-03-17procfs: add conditional compilation checkEric Engestrom1-0/+2
2016-03-17proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz1-0/+67
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz2-5/+5
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-17mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko1-30/+1
2016-03-17/proc/kpageflags: return KPF_SLAB for slab tail pagesNaoya Horiguchi1-0/+2
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi1-2/+4
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-22/+0
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+14
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+92
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds18-296/+329
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-298/+501
2016-03-16vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin1-0/+2
2016-03-15autofs4: use pr_xxx() macros directly for loggingIan Kent6-75/+68
2016-03-15autofs4: change log print macros to not insert newlineIan Kent6-49/+49
2016-03-15autofs4: make autofs log prints consistentIan Kent4-12/+12
2016-03-15autofs4: fix some white space errorsIan Kent4-8/+6
2016-03-15autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent1-1/+1
2016-03-15autofs4: fix coding style line length in autofs4_wait()Ian Kent1-2/+4
2016-03-15autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent1-8/+20
2016-03-15autofs4: coding style fixesIan Kent8-158/+175
2016-03-15autofs: show pipe inode in mount optionsStanislav Kinsburskiy1-1/+6
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner2-14/+11
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2-11/+11
2016-03-15fs/mpage.c:mpage_readpages(): use lru_to_page() helperAndrew Morton1-1/+2
2016-03-15ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao1-1/+1
2016-03-15ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue4-4/+18
2016-03-15ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_REF statexuejiufei1-1/+13
2016-03-15ocfs2/dlm: clear DROPPING_REF flag when the master goes downxuejiufei1-8/+10
2016-03-15ocfs2/dlm: return in progress if master can not clear the refmap bit right nowxuejiufei3-3/+17
2016-03-15ocfs2/dlm: add DEREF_DONE messagexuejiufei3-1/+138
2016-03-15ocfs2/dlm: fix a typo in dlmcommon.hJoseph Qi1-2/+2
2016-03-15ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen1-2/+3
2016-03-15ocfs2/cluster: replace the interrupt safe spinlocks with common onesjiangyiwen1-6/+4
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-15GFS2: Eliminate parameter non_block on gfs2_inode_lookupBob Peterson4-7/+5