summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_linux.h
AgeCommit message (Expand)Author
2023-10-17xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong
2023-08-10xfs: create scaffolding for creating debugfs entriesDarrick J. Wong
2023-04-11xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-07-14fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-03-29xfs: drop async cache flushes from CIL commits.Dave Chinner
2021-12-03fs: move mapping helpersChristian Brauner
2021-06-21xfs: async blkdev cache flushDave Chinner
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong
2020-10-21xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong
2020-09-25xfs: remove the unused SYNCHRONIZE macroKaixu Xia
2020-07-06xfs: remove useless definitions in xfs_linux.hYafang Shao
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig
2019-11-18xfs: report corruption only as a regular errorDarrick J. Wong
2019-11-12xfs: add a XFS_IS_CORRUPT macroDarrick J. Wong
2019-11-05xfs: make the assertion message functions take a mount parameterDarrick J. Wong
2019-06-28xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig
2019-06-28xfs: remove the no-op spinlock_destroy stubChristoph Hellwig
2018-06-08xfs: replace do_mod with native operationsDave Chinner
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong
2018-01-08xfs: Show realtime device stats on statfs calls if realtime flags setRichard Wareing
2017-11-21xfs: abstract out dev_t conversionsChristoph Hellwig
2017-11-06xfs: always define STATIC to static noinlineChristoph Hellwig
2017-10-26xfs: refactor btree block header checking functionsDarrick J. Wong
2017-09-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein
2017-06-05uuid: rename uuid typesChristoph Hellwig
2017-06-05xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig
2017-04-12xfs: remove custom do_div implementationsEric Sandeen
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-17xfs: make the ASSERT() condition likelyAmir Goldstein
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-07-20xfs: remove __arch_packChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-10-12xfs: pass xfsstats structures to handlers and macrosBill O'Donnell
2015-06-22xfs: remove xfs_caddr_tChristoph Hellwig
2015-06-22xfs: remove inst_tChristoph Hellwig
2015-06-22xfs: remove __psint_t and __psunsigned_tChristoph Hellwig
2015-02-23xfs: Remove icsb infrastructureDave Chinner
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig