summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-24NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-02-24ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter1-2/+3
2017-02-23f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang3-2/+32
2017-02-23f2fs: do not wait for writeback in write_beginJaegeuk Kim1-1/+6
2017-02-23f2fs: replace __get_victim by dirty_segments in FG_GCYunlei He1-6/+2
2017-02-23f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2-5/+30
2017-02-23f2fs: show actual device info in tracepointsJaegeuk Kim1-5/+5
2017-02-23f2fs: use SSR for warm node as wellJaegeuk Kim1-1/+2
2017-02-23f2fs: enable inline_xattr by defaultChao Yu1-0/+1
2017-02-23f2fs: introduce noinline_xattr mount optionChao Yu1-0/+11
2017-02-23f2fs: avoid reading NAT page by get_node_infoJaegeuk Kim1-7/+9
2017-02-23f2fs: remove build_free_nids() during checkpointJaegeuk Kim1-2/+0
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu6-25/+22
2017-02-23f2fs: super: constify fscrypt_operations structureBhumika Goyal1-2/+2
2017-02-23f2fs: show checkpoint version at mount timeJaegeuk Kim1-0/+2
2017-02-23f2fs: remove preflush for nobarrier caseJaegeuk Kim1-2/+2
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim5-35/+40
2017-02-23f2fs: check io submission more preciselyJaegeuk Kim3-14/+37
2017-02-23f2fs: call internal __write_data_page directlyJaegeuk Kim1-2/+8
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim2-4/+9
2017-02-23f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim1-67/+73
2017-02-23f2fs: move flush tracepointJaegeuk Kim1-3/+3
2017-02-23Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2017-02-23gfs2: Add missing rcu locking for glock lookupAndrew Price1-0/+5
2017-02-23f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim2-3/+5
2017-02-23f2fs: fix 446 coding style warnings in f2fs.hDongOh Shin1-228/+270
2017-02-23f2fs: fix 3 coding style errors in f2fs.hDongOh Shin1-3/+3
2017-02-23f2fs: declare missing static functionJaegeuk Kim1-2/+2
2017-02-23f2fs: show the fault injection mount optionKaixu Xia1-0/+5
2017-02-23f2fs: fix null pointer dereference when issuing flush in ->fsyncChao Yu1-1/+4
2017-02-23f2fs: fix to avoid overflow when left shifting page offsetChao Yu1-2/+3
2017-02-23f2fs: enhance lookup xattrChao Yu2-18/+121
2017-02-23f2fs: fix a dead loop in f2fs_fiemap()Wei Fang1-1/+1
2017-02-23f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim3-2/+13
2017-02-23f2fs: show # of on-going flush and discard biosJaegeuk Kim3-3/+17
2017-02-23f2fs: add a kernel thread to issue discard commands asynchronouslyJaegeuk Kim2-31/+109
2017-02-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-128/+710
2017-02-23f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim4-22/+69
2017-02-23f2fs: reorganize stat informationJaegeuk Kim1-4/+4
2017-02-23f2fs: clean up flush/discard command namingsJaegeuk Kim3-61/+59
2017-02-23f2fs: check in-memory sit version bitmapChao Yu2-4/+30
2017-02-23f2fs: check in-memory nat version bitmapChao Yu3-0/+29
2017-02-23f2fs: check in-memory block bitmapChao Yu2-2/+36
2017-02-23f2fs: introduce FI_ATOMIC_COMMITChao Yu5-9/+26
2017-02-23f2fs: clean up with list_{first, last}_entryChao Yu3-5/+5
2017-02-23f2fs: return fs_trim if there is no candidateJaegeuk Kim3-5/+34
2017-02-23Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds49-627/+909
2017-02-23powerpc: do not make the entire heap executableDenys Vlasenko1-8/+22
2017-02-23nfs: no PG_private waiters remain, remove wakerNicholas Piggin1-2/+0
2017-02-23userfaultfd: shmem: allow registration of shared memory rangesMike Rapoport1-14/+7