summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-25mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang5-42/+40
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang22-97/+89
2017-02-25userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport1-7/+7
2017-02-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+10
2017-02-25nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2-6/+9
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton4-5/+3
2017-02-24nfsd: remove superfluous KERN_INFORasmus Villemoes1-1/+1
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2-20/+9
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov6-103/+3
2017-02-24f2fs: do SSR for node segments more aggresivelyJaegeuk Kim1-5/+10
2017-02-24f2fs: find data segments across all the typesJaegeuk Kim1-4/+11
2017-02-24f2fs: do SSR in higher priorityJaegeuk Kim1-16/+1
2017-02-24f2fs: do SSR for data when there is enough free spaceYunlong Song1-1/+1
2017-02-24f2fs: node segment is prior to data segment selected victimHou Pengyang1-1/+11
2017-02-24f2fs: put allocate_segment after refresh_sit_entryYunlong Song1-2/+3
2017-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds22-199/+325
2017-02-24Btrfs: try harder to migrate items to left sibling before splitting a leafFilipe Manana1-0/+7
2017-02-24Btrfs: fix data loss after truncate when using the no-holes featureFilipe Manana1-13/+6
2017-02-24Btrfs: incremental send, fix unnecessary hole writes for sparse filesFilipe Manana1-2/+86
2017-02-24Btrfs: fix use-after-free due to wrong order of destroying work queuesFilipe Manana1-2/+7
2017-02-24Btrfs: fix assertion failure when freeing block groups at close_ctree()Filipe Manana2-6/+9
2017-02-24Btrfs: do not create explicit holes when replaying log tree if NO_HOLES enabledFilipe Manana1-0/+5
2017-02-24Btrfs: fix leak of subvolume writers counterRobbie Ko1-2/+8
2017-02-24Btrfs: bulk delete checksum items in the same leafFilipe Manana1-1/+27
2017-02-24Btrfs: incremental send, do not issue invalid rmdir operationsRobbie Ko1-0/+13
2017-02-24Btrfs: incremental send, do not delay rename when parent inode is newFilipe Manana1-3/+16
2017-02-24Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko1-1/+4
2017-02-24NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
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