summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | elf_fdpic: fix unused variable warningArnd Bergmann2017-10-121-0/+2
| * | | | | fold destroy_super() into __put_super()Al Viro2017-10-111-21/+10
| * | | | | new helper: destroy_unused_super()Al Viro2017-10-111-12/+19
* | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-173-36/+15
|\ \ \ \ \ \
| * | | | | | iomap_dio_actor(): fix iov_iter bugsAl Viro2017-10-111-9/+15
| * | | | | | orangefs: remove detritus from struct orangefs_kiocb_sAl Viro2017-10-111-6/+0
| * | | | | | kill iov_shorten()Al Viro2017-10-111-21/+0
* | | | | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-179-251/+108
|\ \ \ \ \ \ \
| * | | | | | | coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig2017-11-101-6/+1
| * | | | | | | fs: expose do_unlinkat for built-in callersChristoph Hellwig2017-11-102-7/+6
| * | | | | | | ext4: take handling of EXT4_IOC_GROUP_ADD into a helper, get rid of set_fs()Al Viro2017-11-101-43/+43
| * | | | | | | i2c compat ioctls: move to ->compat_ioctl()Al Viro2017-09-201-122/+0
| * | | | | | | get_compat_sigset()Al Viro2017-09-193-12/+4
| * | | | | | | io_getevents: Use timespec64 to represent timeoutsDeepa Dinamani2017-09-191-25/+30
| * | | | | | | select: Use get/put_timespec64Deepa Dinamani2017-09-191-36/+24
| | |/ / / / / | |/| | | | |
* | | | | | | 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