aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07fault-injection: set bounds on what /proc/self/make-it-fail accepts.Dave Jones1-0/+3
2014-04-07fs/bfs/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick4-30/+51
2014-04-07fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick1-10/+18
2014-04-07affs: add __init to init_inodecache ()Fabian Frederick1-1/+1
2014-04-07fs/adfs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-07vmcore: continue vmcore initialization if PT_NOTE is found emptyWANG Chao1-2/+0
2014-04-07include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria1-1/+0
2014-04-07wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov1-2/+2
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov1-19/+2
2014-04-07procfs: make /proc/*/pagemap 0400Djalal Harouni1-2/+2
2014-04-07procfs: make /proc/*/{stack,syscall,personality} 0400Djalal Harouni1-6/+6
2014-04-07fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-1/+1
2014-04-07proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin1-2/+4
2014-04-07fs/proc/meminfo: meminfo_proc_show(): fix typo in commentLuiz Capitulino1-1/+1
2014-04-07mm: per-thread vma cachingDavidlohr Bueso2-2/+6
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov11-0/+12
2014-04-07exec: kill the unnecessary mm->def_flags setting in load_elf_binary()Alex Thorlton1-4/+0
2014-04-07ntfs: logging clean-upFabian Frederick3-51/+42
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds16-279/+407
2014-04-07Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-506/+902
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba2-1/+28
2014-04-07btrfs: fix crash in remount(thread_pool=) caseSergei Trofimovich1-0/+2
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds4-10/+19
2014-04-07Btrfs: abort the transaction when we don't find our extent refJosef Bacik1-0/+2
2014-04-07Btrfs: fix EINVAL checks in btrfs_cloneChris Mason1-2/+3
2014-04-07Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong1-2/+3
2014-04-07Btrfs: scrub raid56 stripes in the right wayWang Shilong1-19/+89
2014-04-07Btrfs: don't compress for a small writeWang Shilong1-0/+8
2014-04-07Btrfs: more efficient io tree navigation on wait_extent_bitFilipe Manana1-1/+5
2014-04-07Btrfs: send, build path string only once in send_holeFilipe Manana1-3/+3
2014-04-07btrfs: filter invalid arg for btrfs resizeGui Hecheng1-2/+3
2014-04-07Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana1-1/+3
2014-04-07Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter1-3/+2
2014-04-07Btrfs: fix snapshot vs nocow writtingWang Shilong1-2/+21
2014-04-07btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo1-1/+4
2014-04-07btrfs: make device scan less noisyDavid Sterba1-11/+24
2014-04-07btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney1-3/+7
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik3-16/+39
2014-04-07f2fs: fix wrong statistics of inline dataChao Yu1-0/+2
2014-04-07f2fs: check the acl's validity before settingZhangZhen1-0/+6
2014-04-07f2fs: introduce f2fs_issue_flush to avoid redundant flush issueJaegeuk Kim4-1/+113
2014-04-06Btrfs: remove transaction from sendJosef Bacik9-187/+77
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik6-3/+27
2014-04-06Btrfs: check for an extent_op on the locked refJosef Bacik1-1/+2
2014-04-06Btrfs: do not reset last_snapshot after relocationJosef Bacik1-21/+0
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-189/+271
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-7/+7
2014-04-06ceph: skip invalid dentry during dcache readdirYan, Zheng1-5/+8