summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* erofs: use read_cache_page_gfp for erofs_get_meta_pageGao Xiang2019-09-051-61/+9
* erofs: always use iget5_lockedGao Xiang2019-09-051-7/+0
* erofs: use read_mapping_page instead of sb_breadGao Xiang2019-09-051-6/+9
* erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-0511-90/+139
* erofs: save one level of indentationGao Xiang2019-09-051-32/+33
* erofs: kill use_vmap module parameterGao Xiang2019-09-051-33/+13
* erofs: kill all erofs specific fault injectionGao Xiang2019-09-056-158/+2
* erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-057-53/+54
* erofs: kill __submit_bio()Gao Xiang2019-09-053-17/+17
* erofs: kill prio and nofail of erofs_get_meta_page()Gao Xiang2019-09-055-46/+16
* erofs: localize erofs_grab_bio()Gao Xiang2019-09-053-45/+22
* erofs: kill verbose debug info in erofs_fill_superGao Xiang2019-09-051-7/+2
* erofs: use dsb instead of layout for ondisk super_blockGao Xiang2019-09-051-18/+17
* erofs: better erofs symlink stuffsGao Xiang2019-09-053-54/+29
* erofs: update comments in inode.cGao Xiang2019-09-051-3/+2
* erofs: update erofs_fs.h commentsGao Xiang2019-09-051-4/+5
* erofs: use erofs_inode namingGao Xiang2019-09-0510-57/+54
* erofs: kill erofs_{init,exit}_inode_cacheGao Xiang2019-09-051-19/+12
* erofs: better naming for erofs inode related stuffsGao Xiang2019-09-056-90/+108
* erofs: use feature_incompat rather than requirementsGao Xiang2019-09-054-13/+14
* erofs: update erofs_inode_is_data_compressed helperGao Xiang2019-09-051-3/+2
* erofs: kill __packed for on-disk structuresGao Xiang2019-09-051-9/+9
* erofs: some macros are much more readable as a functionGao Xiang2019-09-053-11/+17
* erofs: on-disk format should have explicitly assigned numbersGao Xiang2019-09-051-9/+9
* erofs: remove all the byte offset commentsGao Xiang2019-09-051-51/+54
* erofs: using switch-case while checking the inode type.Pratik Shinde2019-09-041-6/+12
* erofs: reduntant assignment in __erofs_get_meta_page()Gao Xiang2019-08-301-2/+1
* erofs: remove all likely/unlikely annotationsGao Xiang2019-08-3012-82/+82
* erofs: move erofs out of stagingGao Xiang2019-08-2421-0/+6689
* Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-08-184-55/+35
|\
| * btrfs: trim: Check the range passed into to prevent overflowQu Wenruo2019-08-071-3/+11
| * Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana2019-08-074-52/+24
* | Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-172-54/+15
|\ \
| * | io_uring: fix an issue when IOSQE_IO_LINK is inserted into defer listJackie Liu2019-08-151-7/+9
| * | block: remove REQ_NOWAIT_INLINEJens Axboe2019-08-151-44/+5
| * | io_uring: fix manual setup of iov_iter for fixed buffersAleix Roca Nonell2019-08-151-3/+1
* | | Merge tag 'xfs-5.3-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-154-20/+36
|\ \ \
| * | | xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-08-121-8/+21
| * | | xfs: remove more ondisk directory corruption assertsDarrick J. Wong2019-08-122-8/+14
| * | | fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Tetsuo Handa2019-08-031-4/+1
* | | | Merge tag 'afs-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-144-33/+89
|\ \ \ \
| * | | | afs: Fix missing dentry data version updatingDavid Howells2019-07-301-14/+70
| * | | | afs: Only update d_fsdata if different in afs_d_revalidate()David Howells2019-07-301-1/+2
| * | | | afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells2019-07-301-1/+1
| * | | | fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai2019-07-301-5/+7
| * | | | afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne2019-07-301-5/+6
| * | | | afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells2019-07-301-7/+3
* | | | | seq_file: fix problem when seeking mid-recordNeilBrown2019-08-131-1/+1
* | | | | Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-111-1/+1
|\ \ \ \ \
| * | | | | dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal2019-08-051-1/+1