summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-179-135/+296
|\
| * dax: fix PMD faults on zero-length filesJeff Moyer2017-11-141-3/+3
| * fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams2017-11-133-5/+16
| * xfs: support for synchronous DAX faultsChristoph Hellwig2017-11-032-1/+19
| * xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara2017-11-032-27/+4
| * ext4: Support for synchronous DAX faultsJan Kara2017-11-033-1/+46
| * ext4: Simplify error handling in ext4_dax_huge_fault()Jan Kara2017-11-031-6/+7
| * dax: Implement dax_finish_sync_fault()Jan Kara2017-11-031-0/+83
| * dax, iomap: Add support for synchronous faultsJan Kara2017-11-031-2/+37
| * mm: Define MAP_SYNC and VM_SYNC flagsJan Kara2017-11-031-0/+1
| * dax: Allow tuning whether dax_insert_mapping_entry() dirties entryJan Kara2017-11-031-7/+7
| * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-034-10/+11
| * dax: Fix comment describing dax_iomap_fault()Jan Kara2017-11-031-1/+2
| * dax: Inline dax_pmd_insert_mapping() into the callsiteJan Kara2017-11-031-28/+19
| * dax: Inline dax_insert_mapping() into the callsiteJan Kara2017-11-031-27/+19
| * dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE testJan Kara2017-11-031-2/+3
| * dax: Create local variable for VMA in dax_iomap_pte_fault()Jan Kara2017-11-031-2/+3
| * dax: Factor out getting of pfn out of iomapJan Kara2017-11-031-40/+43
| * dax: Simplify arguments of dax_insert_mapping()Jan Kara2017-11-031-16/+16
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-163-6/+26
|\ \
| * \ Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King2017-10-023-6/+26
| |\ \
| | * | binfmt_elf_fdpic: fix crash on MMU system with dynamic binariesNicolas Pitre2017-09-101-2/+6
| | * | binfmt_elf: don't attempt to load FDPIC binariesNicolas Pitre2017-09-101-2/+13
| | * | ARM: enable elf_fdpic on systems with an MMUNicolas Pitre2017-09-102-2/+7
| | * | ARM: add ELF_FDPIC supportNicolas Pitre2017-09-101-1/+1
* | | | Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1620-612/+1495
|\ \ \ \
| * | | | f2fs: deny accessing encryption policy if encryption is offChao Yu2017-11-151-0/+5
| * | | | f2fs: inject fault in inc_valid_node_countChao Yu2017-11-131-0/+7
| * | | | f2fs: fix to clear FI_NO_PREALLOCChao Yu2017-11-131-0/+1
| * | | | f2fs: expose quota information in debugfsJaegeuk Kim2017-11-132-2/+19
| * | | | f2fs: separate nat entry mem alloc from nat_tree_lockYunlei He2017-11-131-39/+59
| * | | | f2fs: validate before set/clear free nat bitmapLiFan2017-11-101-7/+10
| * | | | f2fs: avoid opened loop codes in __add_ino_entryChao Yu2017-11-101-6/+4
| * | | | f2fs: apply write hints to select the type of segments for buffered writeHyunchul Lee2017-11-091-1/+13
| * | | | f2fs: introduce scan_curseg_cache for cleanupChao Yu2017-11-091-26/+23
| * | | | f2fs: optimize the way of traversing free_nid_bitmapFan Li2017-11-091-5/+5
| * | | | f2fs: keep scanning until enough free nids are acquiredFan Li2017-11-091-1/+1
| * | | | f2fs: trace checkpoint reason in fsync()Chao Yu2017-11-062-16/+30
| * | | | f2fs: keep isize once block is reserved cross EOFChao Yu2017-11-061-4/+6
| * | | | f2fs: avoid race in between GC and block exchangeChao Yu2017-11-052-5/+28
| * | | | f2fs: save a multiplication for last_nid calculationFan Li2017-11-051-1/+1
| * | | | f2fs: fix summary info corruptionChao Yu2017-11-052-1/+29
| * | | | f2fs: remove dead code in update_meta_pageChao Yu2017-11-051-5/+1
| * | | | f2fs: remove unneeded semicolonChao Yu2017-11-051-1/+1
| * | | | f2fs: don't bother with inode->i_versionJeff Layton2017-11-051-2/+0
| * | | | f2fs: check curseg space before foreground GCChao Yu2017-11-051-0/+30
| * | | | f2fs: use rw_semaphore to protect SIT cacheChao Yu2017-11-053-22/+26
| * | | | f2fs: support quota sys filesJaegeuk Kim2017-11-054-18/+157
| * | | | f2fs: add quota_ino feature infraJaegeuk Kim2017-11-052-0/+13
| * | | | f2fs: optimize __update_nat_bitsFan Li2017-11-051-5/+7
OpenPOWER on IntegriCloud