summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: show the proper user quota optionsKaixu Xia2020-12-091-4/+6
* xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia2020-12-091-1/+0
* xfs: remove unnecessary null check in xfs_generic_createKaixu Xia2020-12-091-4/+2
* xfs: directly return if the delta equal to zeroKaixu Xia2020-12-091-14/+9
* xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia2020-12-093-19/+3
* xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia2020-12-091-7/+0
* xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong2020-12-091-13/+13
* xfs: refactor file range validationDarrick J. Wong2020-12-098-5/+37
* xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-095-20/+23
* xfs: refactor data device extent validationDarrick J. Wong2020-12-098-50/+32
* xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong2020-12-091-3/+18
* xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong2020-12-091-5/+5
* xfs: detect overflows in bmbt recordsDarrick J. Wong2020-12-091-0/+5
* xfs: trace log intent item recovery failuresDarrick J. Wong2020-12-092-1/+22
* xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong2020-12-092-0/+6
* xfs: improve the code that checks recovered extent-free intent itemsDarrick J. Wong2020-12-091-8/+7
* xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverDarrick J. Wong2020-12-091-8/+25
* xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong2020-12-091-12/+11
* xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong2020-12-091-21/+38
* xfs: improve the code that checks recovered rmap intent itemsDarrick J. Wong2020-12-091-12/+18
* xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong2020-12-091-25/+42
* xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong2020-12-091-13/+13
* xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverDarrick J. Wong2020-12-091-27/+47
* xfs: enable the needsrepair featureDarrick J. Wong2020-12-091-1/+2
* xfs: define a new "needrepair" featureDarrick J. Wong2020-12-092-0/+14
* xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong2020-12-092-27/+32
* Merge tag 'efi-urgent-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-221-0/+1
|\
| * efivarfs: fix memory leak in efivarfs_create()Vamshi K Sthambamkadi2020-10-261-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-11-221-2/+4
|\ \
| * | libfs: fix error cast of negative value in simple_attr_write()Yicong Yang2020-11-221-2/+4
* | | Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-224-36/+36
|\ \ \
| * | | ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara2020-11-201-1/+2
| * | | jbd2: fix kernel-doc markupsMauro Carvalho Chehab2020-11-202-31/+34
| * | | ext4: drop fast_commit from /proc/mountsTheodore Ts'o2020-11-191-4/+0
* | | | afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells2020-11-223-0/+10
| |/ / |/| |
* | | Merge tag 'xfs-5.10-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-218-41/+124
|\ \ \
| * | | xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong2020-11-201-8/+8
| * | | xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner2020-11-191-0/+29
| * | | xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai2020-11-181-3/+8
| * | | xfs: ensure inobt record walks always make forward progressDarrick J. Wong2020-11-181-3/+24
| * | | xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang2020-11-181-1/+7
| * | | xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong2020-11-181-4/+17
| * | | xfs: strengthen rmap record flags checkingDarrick J. Wong2020-11-181-4/+4
| * | | xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong2020-11-181-18/+27
* | | | Merge tag 'fsnotify_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-211-5/+7
|\ \ \ \
| * | | | fanotify: fix logic of reporting name info with watched parentAmir Goldstein2020-11-091-5/+7
* | | | | Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-202-15/+49
|\ \ \ \ \
| * | | | | io_uring: order refnode recyclingPavel Begunkov2020-11-181-10/+23
| * | | | | io_uring: get an active ref_node from files_dataPavel Begunkov2020-11-181-3/+1
| * | | | | io_uring: don't double complete failed reissue requestJens Axboe2020-11-171-1/+0