summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix missing error number for xattr operationJaegeuk Kim2018-01-021-0/+2
* f2fs: recover directory operations by fsyncJaegeuk Kim2018-01-025-1/+13
* f2fs: return error during fill_superJaegeuk Kim2018-01-022-8/+30
* f2fs: fix an error case of missing update inode pageYunlei He2018-01-022-11/+9
* f2fs: fix potential hangtask in f2fs_trace_pidChao Yu2018-01-021-6/+6
* f2fs: no need return value in restore summary processYunlei He2018-01-023-14/+5
* f2fs: use unlikely for release caseLiFan2018-01-021-1/+1
* f2fs: don't return value in truncate_data_blocks_rangeChao Yu2018-01-022-3/+2
* f2fs: clean up f2fs_map_blocksChao Yu2018-01-021-2/+2
* f2fs: clean up hash codesChao Yu2018-01-021-27/+19
* f2fs: fix error handling in fill_superChao Yu2018-01-021-9/+7
* f2fs: spread f2fs_k{m,z}allocChao Yu2018-01-022-8/+10
* f2fs: inject fault to kvmallocChao Yu2018-01-025-12/+36
* f2fs: inject fault to kzallocChao Yu2018-01-027-24/+33
* f2fs: remove a redundant conditional expressionLiFan2018-01-021-4/+4
* f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee2018-01-023-10/+24
* f2fs: switch to fscrypt_prepare_setattr()Eric Biggers2018-01-021-8/+4
* f2fs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-021-14/+3
* f2fs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-021-24/+7
* f2fs: switch to fscrypt_prepare_link()Eric Biggers2018-01-021-3/+3
* f2fs: switch to fscrypt_file_open()Eric Biggers2018-01-021-15/+3
* posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova2018-01-023-7/+8
* f2fs: remove repeated f2fs_bug_onZhikang Zhang2018-01-021-2/+0
* f2fs: remove an excess variableLiFan2018-01-021-3/+1
* f2fs: fix lock dependency in between dio_rwsem & i_mmap_semChao Yu2018-01-021-11/+9
* f2fs: remove unused parameterSheng Yong2018-01-023-6/+5
* f2fs: still write data if preallocate only partial blocksSheng Yong2018-01-021-2/+8
* f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong2018-01-024-0/+13
* f2fs: fix concurrent problem for updating free bitmapLiFan2018-01-021-42/+43
* f2fs: remove unneeded memory footprint accountingChao Yu2018-01-021-1/+0
* f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-01-021-6/+6
* f2fs: reserve nid resource for quota sysfileChao Yu2018-01-024-10/+13
* Merge tag 'for-linus-20171218' of git://git.infradead.org/linux-mtdLinus Torvalds2017-12-185-10/+8
|\
| * mtd: Fix mtd_check_oob_ops()Miquel Raynal2017-12-181-1/+1
| * Merge branch 'spi-nor/fixes' of ssh://bombadil/srv/git/linux-mtd into mtd/fix...Richard Weinberger2017-12-161-2/+0
| |\
| | * Revert "dt-bindings: mtd: add sst25wf040b and en25s64 to sip-nor list"Cyrille Pitchen2017-12-121-2/+0
| * | mtd: nand: gpio: Fix ALE gpio configurationChristophe Leroy2017-12-151-3/+3
| * | mtd: nand: brcmnand: Zero bitflip is not an errorAlbert Hsieh2017-12-151-1/+1
| * | mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer2017-12-151-3/+3
| |/
* | Merge branch 'parisc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-12-187-8/+50
|\ \
| * | parisc: Reduce thread stack to 16 kbJohn David Anglin2017-12-171-0/+5
| * | Revert "parisc: Re-enable interrupts early"John David Anglin2017-12-171-3/+9
| * | parisc: remove duplicate includesPravin Shedge2017-12-172-3/+0
| * | parisc: Hide Diva-built-in serial aux and graphics cardHelge Deller2017-12-171-0/+33
| * | parisc: Align os_hpmc_size on word boundaryHelge Deller2017-12-171-0/+1
| * | parisc: Fix indenting in puts()Helge Deller2017-12-171-2/+2
| |/
* | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-1840-286/+691
|\ \
| * | x86/cpufeatures: Make CPU bugs stickyThomas Gleixner2017-12-173-5/+7
| * | x86/paravirt: Provide a way to check for hypervisorsThomas Gleixner2017-12-171-10/+15
| * | x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner2017-12-171-2/+0