aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong4-43/+77
2021-02-03xfs: refactor inode creation transaction/inode/quota allocation idiomDarrick J. Wong4-28/+53
2021-02-03xfs: refactor reflink functions to use xfs_trans_alloc_inodeDarrick J. Wong2-33/+23
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong6-46/+18
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong6-38/+59
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong7-56/+60
2021-02-03xfs: fix up build warnings when quotas are disabledDarrick J. Wong1-3/+3
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong4-10/+31
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong4-17/+7
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong3-9/+25
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong3-6/+5
2021-02-03xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong1-1/+1
2021-02-03xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong1-57/+35
2021-02-01xfs: reduce exclusive locking on unaligned dioDave Chinner2-21/+66
2021-02-01xfs: split the unaligned DIO write code outDave Chinner1-85/+85
2021-02-01xfs: improve the reflink_bounce_dio_write tracepointChristoph Hellwig2-3/+3
2021-02-01xfs: simplify the read/write tracepointsChristoph Hellwig2-21/+17
2021-02-01xfs: remove the buffered I/O fallback assertChristoph Hellwig1-6/+0
2021-02-01xfs: cleanup the read/write helper namingChristoph Hellwig1-15/+15
2021-02-01xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-awareChristoph Hellwig1-4/+21
2021-02-01xfs: factor out a xfs_ilock_iocb helperChristoph Hellwig1-26/+29
2021-02-01xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R1-5/+4
2021-02-01xfs: fix unused log variable in xfs_log_cover()Brian Foster1-3/+2
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24xfs: support idmapped mountsChristoph Hellwig14-65/+110
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-24/+34
2021-01-24acl: handle idmapped mountsChristian Brauner3-5/+7
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24capability: handle idmapped mountsChristian Brauner1-1/+1
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig1-3/+2
2021-01-22xfs: reduce ilock acquisitions in xfs_file_fsyncChristoph Hellwig1-1/+8
2021-01-22xfs: refactor xfs_file_fsyncChristoph Hellwig1-31/+50
2021-01-22xfs: cover the log on freeze instead of cleaning itBrian Foster1-2/+1
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster2-23/+3
2021-01-22xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster1-5/+0
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster4-42/+18
2021-01-22xfs: don't reset log idle state on covering checkpointsBrian Foster1-3/+6
2021-01-22xfs: cover the log during log quiesceBrian Foster2-4/+47
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster3-2/+9
2021-01-22xfs: lift writable fs check up into log worker taskBrian Foster1-10/+8
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster3-10/+22
2021-01-22xfs: set inode size after creating symlinkJeffrey Mitchell1-0/+1
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster3-7/+20
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster5-17/+17
2021-01-22xfs: Fix assert failure in xfs_setattr_size()Yumei Huang1-1/+1
2021-01-22xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig1-7/+7
2021-01-22xfs: remove a stale comment from xfs_file_aio_write_checks()Eric Biggers1-6/+0
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R5-25/+159
2021-01-22xfs: Process allocated extent in a separate functionChandan Babu R1-29/+45