aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-08-06mm: softdirty: respect VM_SOFTDIRTY in PTE holesGravatar Peter Feiner 1-6/+21
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesGravatar Rafael Aquini 1-1/+1
2014-08-06fs/ocfs2/slot_map.c: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-1/+1
2014-08-06ocfs2: race between umount and unfinished remastering during recoveryGravatar Tariq Saeed 1-0/+4
2014-08-06ocfs2: remove conversion of total_backoff in dlm_join_domain()Gravatar Xue jiufei 1-3/+2
2014-08-06ocfs2: correctly check the return value of ocfs2_search_extent_listGravatar Yingtai Xie 3-5/+14
2014-08-06fs/squashfs/super.c: logging cleanupGravatar Fabian Frederick 1-2/+3
2014-08-06fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayGravatar Fabian Frederick 1-1/+1
2014-08-06ntfs: kernel-doc warning fixesGravatar Fabian Frederick 1-3/+0
2014-08-06fs/logfs/readwrite.c: kernel-doc warning fixesGravatar Fabian Frederick 1-8/+7
2014-08-06fanotify: fix double free of pending permission eventsGravatar Jan Kara 3-2/+37
2014-08-06fsnotify: rename event handling functionsGravatar Jan Kara 5-14/+15
2014-08-06fs/fscache: make ctl_table staticGravatar Fabian Frederick 1-2/+2
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 3-15/+12
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-13/+75
2014-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 12-293/+333
2014-08-04Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 18-292/+791
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-12/+31
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 26-158/+41
2014-08-04f2fs: use for_each_set_bit to simplify the codeGravatar Chao Yu 2-14/+6
2014-08-04f2fs: add f2fs_balance_fs for expand_inode_dataGravatar Chao Yu 1-0/+2
2014-08-04f2fs: invalidate xattr node page when evict inodeGravatar Chao Yu 1-0/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-2/+4
2014-08-04Merge tag 'locks-v3.17-1' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-13/+13
2014-08-02f2fs: avoid skipping recover_inline_xattr after recover_inline_dataGravatar Chao Yu 3-3/+4
2014-08-02f2fs: add tracepoint for f2fs_direct_IOGravatar Chao Yu 1-0/+5
2014-08-01vfs: fix check for fallocate on active swapfileGravatar Eric Biggers 1-3/+2
2014-08-01direct-io: fix AIO regressionGravatar Christoph Hellwig 1-5/+4
2014-07-30f2fs: reduce competition among node page writesGravatar Chao Yu 4-7/+7
2014-07-30ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structGravatar Theodore Ts'o 1-1/+20
2014-07-30f2fs: fix coding styleGravatar Jaegeuk Kim 2-3/+4
2014-07-30f2fs: remove redundant lines in allocate_data_blockGravatar Dongho Sim 1-3/+0
2014-07-30f2fs: add tracepoint for f2fs_issue_flushGravatar Jaegeuk Kim 1-0/+3
2014-07-30f2fs: avoid retrying wrong recovery routine when error was occurredGravatar Jaegeuk Kim 4-7/+23
2014-07-30f2fs: test before set/clear bitsGravatar Jaegeuk Kim 1-2/+4
2014-07-30f2fs: fix wrong condition for unlikelyGravatar Jaegeuk Kim 1-1/+1
2014-07-30f2fs: enable in-place-update for fdatasyncGravatar Jaegeuk Kim 3-0/+12
2014-07-30f2fs: skip unnecessary data writes during fsyncGravatar Jaegeuk Kim 1-0/+18
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-17/+17
2014-07-29AFS: Correctly assemble the client UUIDGravatar David Howells 1-2/+2
2014-07-29f2fs: add info of appended or updated data writesGravatar Jaegeuk Kim 5-0/+53
2014-07-29f2fs: use radix_tree for ino managementGravatar Jaegeuk Kim 2-22/+28
2014-07-29f2fs: add infra for ino managementGravatar Jaegeuk Kim 4-44/+55
2014-07-29ext4: fix COLLAPSE RANGE test for bigalloc file systemsGravatar Namjae Jeon 1-5/+2
2014-07-29f2fs: punch the core function for inode managementGravatar Jaegeuk Kim 1-37/+44
2014-07-29f2fs: add nobarrier mount optionGravatar Jaegeuk Kim 4-1/+15
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar David S. Miller 1-1/+1
2014-07-28ext4: check inline directory before convertingGravatar Darrick J. Wong 3-0/+39
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Gravatar Ingo Molnar 31-219/+574