summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* gfs2: fix race between gfs2_freeze_func and unmountAbhi Das2019-05-072-3/+6
* gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher2019-05-076-9/+9
* gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher2019-05-076-15/+15
* gfs2: Remove unnecessary extern declarationsAndreas Gruenbacher2019-05-072-8/+3
* gfs2: Remove misleading comments in gfs2_evict_inodeAndreas Gruenbacher2019-05-071-5/+0
* gfs2: Replace gl_revokes with a GLF flagBob Peterson2019-05-076-15/+31
* gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-073-3/+7
* gfs2: clean_journal improperly set sd_log_flush_headBob Peterson2019-05-079-19/+57
* gfs2: Fix lru_count going negativeRoss Lagerwall2019-05-071-9/+13
* gfs2: Fix loop in gfs2_rbm_find (v2)Andreas Gruenbacher2019-05-071-29/+25
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-0726-36/+100
|\
| * adfs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-0/+6
| * afs: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-098-29/+71
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-0917-7/+23
* | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-05-073-3/+1
|\ \
| * | Make anon_inodes unconditionalDavid Howells2019-04-193-3/+1
* | | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-072-48/+70
|\ \ \
| * | | vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov2019-05-062-48/+70
* | | | Merge tag 'xfs-5.2-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-05-0759-313/+2085
|\ \ \ \
| * | | | xfs: change some error-less functions to void typesEric Sandeen2019-05-0211-58/+26
| * | | | xfs: add online scrub for superblock countersDarrick J. Wong2019-04-3011-3/+461
| * | | | xfs: don't parse the mtpt mount optionChristoph Hellwig2019-04-301-5/+1
| * | | | xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-304-37/+31
| * | | | xfs: add missing error check in xfs_prepare_shift()Brian Foster2019-04-261-0/+2
| * | | | xfs: scrub should check incore counters against ondisk headersDarrick J. Wong2019-04-261-0/+20
| * | | | xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-264-0/+23
| * | | | xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong2019-04-264-9/+9
| * | | | xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-264-3/+51
| * | | | xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong2019-04-261-17/+8
| * | | | xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong2019-04-231-1/+1
| * | | | xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong2019-04-232-16/+16
| * | | | xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong2019-04-232-2/+3
| * | | | xfs: widen quota block counters to 64-bit integersDarrick J. Wong2019-04-233-35/+34
| * | | | xfs: abort unaligned nowait directio earlyDarrick J. Wong2019-04-231-3/+3
| * | | | xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster2019-04-231-0/+3
| * | | | xfs: make tr_growdata a permanent transactionBrian Foster2019-04-231-1/+5
| * | | | xfs: merge adjacent io completions of the same typeDarrick J. Wong2019-04-161-0/+86
| * | | | xfs: remove unused m_data_workqueueDarrick J. Wong2019-04-162-10/+1
| * | | | xfs: implement per-inode writeback completion queuesDarrick J. Wong2019-04-164-12/+48
| * | | | xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong2019-04-163-5/+77
| * | | | xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong2019-04-165-0/+200
| * | | | xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong2019-04-164-11/+10
| * | | | xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-166-12/+17
| * | | | xfs: refactor scrub context initializationDarrick J. Wong2019-04-161-13/+18
| * | | | xfs: report inode health via bulkstatDarrick J. Wong2019-04-154-1/+50
| * | | | xfs: report AG health via AG geometry ioctlDarrick J. Wong2019-04-154-1/+52
| * | | | xfs: report fs and rt health via geometry structureDarrick J. Wong2019-04-154-2/+73
| * | | | xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong2019-04-155-0/+93
| * | | | xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-154-59/+84
| * | | | xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong2019-04-154-0/+81