summary refs log tree commit diff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong
2021-02-03xfs: fix up build warnings when quotas are disabledDarrick J. Wong
2021-02-03xfs: clean up icreate quota reservation callsDarrick J. Wong
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyDarrick J. Wong
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong
2021-02-03xfs: reduce quota reservation when doing a dax unwritten extent conversionDarrick J. Wong
2021-02-03xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong
2021-02-01xfs: reduce exclusive locking on unaligned dioDave Chinner
2021-02-01xfs: split the unaligned DIO write code outDave Chinner
2021-02-01xfs: improve the reflink_bounce_dio_write tracepointChristoph Hellwig
2021-02-01xfs: simplify the read/write tracepointsChristoph Hellwig
2021-02-01xfs: remove the buffered I/O fallback assertChristoph Hellwig
2021-02-01xfs: cleanup the read/write helper namingChristoph Hellwig
2021-02-01xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-awareChristoph Hellwig
2021-02-01xfs: factor out a xfs_ilock_iocb helperChristoph Hellwig
2021-02-01xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R
2021-02-01xfs: fix unused log variable in xfs_log_cover()Brian Foster
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24capability: handle idmapped mountsChristian Brauner
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig
2021-01-22xfs: reduce ilock acquisitions in xfs_file_fsyncChristoph Hellwig
2021-01-22xfs: refactor xfs_file_fsyncChristoph Hellwig
2021-01-22xfs: cover the log on freeze instead of cleaning itBrian Foster
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster
2021-01-22xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster
2021-01-22xfs: don't reset log idle state on covering checkpointsBrian Foster
2021-01-22xfs: cover the log during log quiesceBrian Foster
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster
2021-01-22xfs: lift writable fs check up into log worker taskBrian Foster
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster
2021-01-22xfs: set inode size after creating symlinkJeffrey Mitchell
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster
2021-01-22xfs: Fix assert failure in xfs_setattr_size()Yumei Huang
2021-01-22xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig
2021-01-22xfs: remove a stale comment from xfs_file_aio_write_checks()Eric Biggers
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R
2021-01-22xfs: Process allocated extent in a separate functionChandan Babu R
2021-01-22xfs: Compute bmap extent alignments in a separate functionChandan Babu R
2021-01-22xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R