aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias3-3/+3
2014-08-06mm: softdirty: respect VM_SOFTDIRTY in PTE holesPeter Feiner1-6/+21
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini1-1/+1
2014-08-06fs/ocfs2/slot_map.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-06ocfs2: race between umount and unfinished remastering during recoveryTariq Saeed1-0/+4
2014-08-06ocfs2: remove conversion of total_backoff in dlm_join_domain()Xue jiufei1-3/+2
2014-08-06ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie3-5/+14
2014-08-06fs/squashfs/super.c: logging cleanupFabian Frederick1-2/+3
2014-08-06fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2014-08-06ntfs: kernel-doc warning fixesFabian Frederick1-3/+0
2014-08-06fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick1-8/+7
2014-08-06fanotify: fix double free of pending permission eventsJan Kara3-2/+37
2014-08-06fsnotify: rename event handling functionsJan Kara5-14/+15
2014-08-06fs/fscache: make ctl_table staticFabian Frederick1-2/+2
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds3-15/+12
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-13/+75
2014-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds12-293/+333
2014-08-04Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-292/+791
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-12/+31
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds26-158/+41
2014-08-04f2fs: use for_each_set_bit to simplify the codeChao Yu2-14/+6
2014-08-04f2fs: add f2fs_balance_fs for expand_inode_dataChao Yu1-0/+2
2014-08-04f2fs: invalidate xattr node page when evict inodeChao Yu1-0/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+4
2014-08-04Merge tag 'locks-v3.17-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-13/+13
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataChao Yu3-3/+4
2014-08-02f2fs: add tracepoint for f2fs_direct_IOChao Yu1-0/+5
2014-08-01vfs: fix check for fallocate on active swapfileEric Biggers1-3/+2
2014-08-01direct-io: fix AIO regressionChristoph Hellwig1-5/+4
2014-07-30f2fs: reduce competition among node page writesChao Yu4-7/+7
2014-07-30ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o1-1/+20
2014-07-30f2fs: fix coding styleJaegeuk Kim2-3/+4
2014-07-30f2fs: remove redundant lines in allocate_data_blockDongho Sim1-3/+0
2014-07-30f2fs: add tracepoint for f2fs_issue_flushJaegeuk Kim1-0/+3
2014-07-30f2fs: avoid retrying wrong recovery routine when error was occurredJaegeuk Kim4-7/+23
2014-07-30f2fs: test before set/clear bitsJaegeuk Kim1-2/+4
2014-07-30f2fs: fix wrong condition for unlikelyJaegeuk Kim1-1/+1
2014-07-30f2fs: enable in-place-update for fdatasyncJaegeuk Kim3-0/+12
2014-07-30f2fs: skip unnecessary data writes during fsyncJaegeuk Kim1-0/+18
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-17/+17
2014-07-29AFS: Correctly assemble the client UUIDDavid Howells1-2/+2
2014-07-29f2fs: add info of appended or updated data writesJaegeuk Kim5-0/+53
2014-07-29f2fs: use radix_tree for ino managementJaegeuk Kim2-22/+28
2014-07-29f2fs: add infra for ino managementJaegeuk Kim4-44/+55
2014-07-29ext4: fix COLLAPSE RANGE test for bigalloc file systemsNamjae Jeon1-5/+2
2014-07-29f2fs: punch the core function for inode managementJaegeuk Kim1-37/+44
2014-07-29f2fs: add nobarrier mount optionJaegeuk Kim4-1/+15
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-1/+1
2014-07-28ext4: check inline directory before convertingDarrick J. Wong3-0/+39