summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-15Documentation: filesystem: Convert xfs.txt to ReSTSheriff Esseson
2019-07-15xfs: sync up xfs_trans_inode with userspaceEric Sandeen
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen
2019-07-10xfs: chain bios the right way around in xfs_rw_bdevChristoph Hellwig
2019-07-09xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkDarrick J. Wong
2019-07-06xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong
2019-07-04xfs: allow single bulkstat of special inodesDarrick J. Wong
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong
2019-07-03xfs: rename bulkstat functionsDarrick J. Wong
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam
2019-07-03xfs: poll waiting for quotacheckDarrick J. Wong
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong
2019-07-02xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong
2019-07-02xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong
2019-07-02xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong
2019-07-02xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong
2019-07-02xfs: calculate inode walk prefetch more carefullyDarrick J. Wong
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong
2019-07-02xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong
2019-07-02xfs: create iterator error codesDarrick J. Wong
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig
2019-06-30xfs: simplify xfs_ioend_can_mergeChristoph Hellwig
2019-06-30xfs: allow merging ioends over append boundariesChristoph Hellwig
2019-06-30xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig
2019-06-30xfs: remove the unused xfs_count_page_state declarationChristoph Hellwig
2019-06-28xfs: fix iclog allocation sizeChristoph Hellwig
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: implement cgroup aware writebackChristoph Hellwig
2019-06-28xfs: simplify xfs_chain_bioChristoph Hellwig
2019-06-28xfs: account for log space when formatting new AGsDarrick J. Wong
2019-06-28xfs: refactor free space btree record initializationDarrick J. Wong
2019-06-28xfs: always update params on small allocationBrian Foster
2019-06-28xfs: skip small alloc cntbt logic on NULL cursorBrian Foster
2019-06-28xfs: move small allocation helperBrian Foster
2019-06-28xfs: clean up small allocation helperBrian Foster
2019-06-28xfs: merge xfs_trans_bmap.c into xfs_bmap_item.cChristoph Hellwig