summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * f2fs: plug readahead IO in readdir()Chao Yu2018-09-111-6/+16
| * f2fs: fix to do sanity check with current segment numberChao Yu2018-09-111-1/+33
| * f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2018-09-111-1/+5
| * f2fs: fix memory leak of write_io in fill_super()Chao Yu2018-09-111-1/+1
| * f2fs: cache NULL when both default_acl and acl are NULLChengguang Xu2018-09-111-0/+4
| * f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu2018-09-114-5/+15
| * f2fs: report error if quota off error during umountYunlei He2018-09-111-3/+16
| * f2fs: submit bio after shutdownJaegeuk Kim2018-09-071-0/+2
| * f2fs: avoid wrong decrypted data from diskJaegeuk Kim2018-09-054-12/+17
| * Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu2018-09-053-7/+7
| * f2fs: fix unnecessary periodic wakeup of discard thread when dev is busySahitya Tummala2018-09-051-1/+7
| * f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2018-09-055-55/+46
| * f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu2018-09-051-0/+3
* | Merge tag 'xfs-4.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-10-2424-383/+607
|\ \
| * | xfs: cancel COW blocks before swapextChristoph Hellwig2018-10-181-0/+6
| * | xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2018-10-182-6/+29
| * | xfs: use offsetof() in place of offset macros for __xfsstatsCarlos Maiolino2018-10-182-49/+31
| * | xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino2018-10-181-1/+1
| * | xfs: fix use-after-free race in xfs_buf_releDave Chinner2018-10-181-1/+37
| * | xfs: Add attibute remove and helper functionsAllison Henderson2018-10-182-11/+26
| * | xfs: Add attibute set and helper functionsAllison Henderson2018-10-184-87/+115
| * | xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson2018-10-181-23/+30
| * | xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson2018-10-181-0/+0
| * | xfs: issue log message on user force shutdownDave Chinner2018-10-181-25/+25
| * | xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong2018-10-183-14/+71
| * | xfs: always assign buffer verifiers when one is providedDarrick J. Wong2018-10-183-17/+78
| * | xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong2018-10-181-13/+48
| * | xfs: add a define for statfs magic to uapiAdam Borowski2018-10-181-2/+3
| * | xfs: print dangling delalloc extentsChristoph Hellwig2018-10-181-1/+32
| * | xfs: fix fork selection in xfs_find_trim_cow_extentChristoph Hellwig2018-10-181-2/+6
| * | xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig2018-10-184-16/+10
| * | xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig2018-10-183-12/+8
| * | xfs: handle zeroing in xfs_file_iomap_begin_delayChristoph Hellwig2018-10-181-6/+38
| * | xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-186-94/+12
| * | xfs: remove XFS_IO_INVALIDChristoph Hellwig2018-10-182-10/+8
* | | Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-2418-154/+218
|\ \ \
| * | | gfs2: Fix minor typo: couln't versus couldn't.Bob Peterson2018-10-191-1/+1
| * | | gfs2: write revokes should traverse sd_ail1_list in reverseBob Peterson2018-10-151-2/+2
| * | | gfs2: Pass resource group to rgblk_freeAndreas Gruenbacher2018-10-125-40/+35
| * | | gfs2: Remove unnecessary gfs2_rlist_alloc parameterBob Peterson2018-10-124-6/+5
| * | | gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher2018-10-121-2/+11
| * | | gfs2: Fix some minor typosAndreas Gruenbacher2018-10-122-3/+3
| * | | gfs2: Rename bitmap.bi_{len => bytes}Andreas Gruenbacher2018-10-123-18/+18
| * | | gfs2: Remove unused RGRP_RSRV_MINBYTES definitionAndreas Gruenbacher2018-10-122-3/+2
| * | | gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher2018-10-124-15/+13
| * | | gfs2: Clean up out-of-bounds check in gfs2_rbm_from_blockAndreas Gruenbacher2018-10-121-7/+2
| * | | gfs2: Always check the result of gfs2_rbm_from_blockAndreas Gruenbacher2018-10-121-3/+8
| * | | gfs2: getlabel supportSteve Whitehouse2018-10-091-0/+14
| * | | GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith2018-10-091-1/+1
| * | | gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price2018-10-081-1/+1