summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | xfs: remove the xfs_dinode_t typedefChristoph Hellwig2021-10-144-14/+14
| * | | | | xfs: check that bc_nlevels never overflowsDarrick J. Wong2021-10-142-0/+4
| * | | | | xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong2021-10-142-1/+10
| * | | | | xfs: stricter btree height checking when looking for errorsDarrick J. Wong2021-10-141-6/+7
| * | | | | xfs: don't allocate scrub contexts on the stackDarrick J. Wong2021-10-143-81/+99
| * | | | | xfs: remove xfs_btree_cur_t typedefDarrick J. Wong2021-10-144-24/+24
| * | | | | xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong2021-10-141-2/+2
| * | | | | xfs: port the defer ops capture and continue to resource captureDarrick J. Wong2021-10-147-41/+79
| * | | | | xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong2021-10-143-37/+78
| * | | | | xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev2021-10-111-3/+3
| * | | | | xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-10-111-3/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'afs-next-20211102' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-024-28/+27
|\ \ \ \ \
| * | | | | afs: Set mtime from the client for yfs create operationsMarc Dionne2021-11-021-19/+13
| * | | | | afs: Sort out symlink readingDavid Howells2021-11-023-9/+14
* | | | | | Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-0211-136/+186
|\ \ \ \ \ \
| * | | | | | gfs2: Fix unused value warning in do_gfs2_set_flags()Tim Gardner2021-10-251-1/+0
| * | | | | | gfs2: check context in gfs2_glock_putAlexander Aring2021-10-251-0/+3
| * | | | | | gfs2: Fix glock_hash_walk bugsAndreas Gruenbacher2021-10-251-10/+12
| * | | | | | gfs2: Cancel remote delete work asynchronouslyAndreas Gruenbacher2021-10-251-1/+1
| * | | | | | gfs2: set glock object after nqBob Peterson2021-10-251-2/+2
| * | | | | | gfs2: remove RDF_UPTODATE flagBob Peterson2021-10-253-24/+15
| * | | | | | gfs2: Eliminate GIF_INVALID flagBob Peterson2021-10-254-11/+4
| * | | | | | gfs2: fix GL_SKIP node_scope problemsBob Peterson2021-10-257-20/+61
| * | | | | | gfs2: split glock instantiation off from do_promoteBob Peterson2021-10-251-3/+17
| * | | | | | gfs2: further simplify do_promoteBob Peterson2021-10-251-20/+23
| * | | | | | gfs2: re-factor function do_promoteBob Peterson2021-10-251-36/+35
| * | | | | | gfs2: Remove 'first' trace_gfs2_promote argumentAndreas Gruenbacher2021-10-252-8/+5
| * | | | | | gfs2: change go_lock to go_instantiateBob Peterson2021-10-255-9/+9
| * | | | | | gfs2: dump glocks from gfs2_consist_OBJ_iBob Peterson2021-10-251-0/+2
| * | | | | | gfs2: dequeue iopen holder in gfs2_inode_lookup errorBob Peterson2021-10-251-0/+4
| * | | | | | gfs2: Save ip from gfs2_glock_nq_initAndreas Gruenbacher2021-10-252-7/+14
| * | | | | | gfs2: Allow append and immutable bits to coexistBob Peterson2021-10-251-8/+2
| * | | | | | gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debugBob Peterson2021-10-251-8/+8
| * | | | | | gfs2: move GL_SKIP check from glops to do_promoteBob Peterson2021-10-253-15/+15
| * | | | | | gfs2: Add GL_SKIP holder flag to dump_holderBob Peterson2021-10-251-0/+2
| * | | | | | gfs2: remove redundant check in gfs2_rgrp_go_lockBob Peterson2021-10-251-2/+1
* | | | | | | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-0217-190/+544
|\| | | | | |
| * | | | | | gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher2021-10-251-12/+87
| * | | | | | iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-247-15/+30
| * | | | | | iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher2021-10-241-0/+6
| * | | | | | iomap: Fix iomap_dio_rw return value for user copiesAndreas Gruenbacher2021-10-241-0/+4
| * | | | | | gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher2021-10-241-5/+94
| * | | | | | gfs2: Eliminate ip->i_ghAndreas Gruenbacher2021-10-202-15/+22
| * | | | | | gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2021-10-202-59/+28
| * | | | | | gfs2: Introduce flag for glock holder auto-demotionBob Peterson2021-10-203-36/+200
| * | | | | | gfs2: Clean up function may_grantAndreas Gruenbacher2021-10-201-50/+69
| * | | | | | gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher2021-10-201-10/+17
| * | | | | | iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-186-6/+6
| * | | | | | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2021-10-181-3/+2
* | | | | | | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-011-0/+2
|\ \ \ \ \ \ \