summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_linux.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong2024-02-221-0/+1
* xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)2024-02-191-1/+1
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-2/+1
* xfs: move kmem_to_page()Dave Chinner2024-02-131-0/+11
* xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong2023-10-171-0/+12
* xfs: create scaffolding for creating debugfs entriesDarrick J. Wong2023-08-101-0/+1
* xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-111-0/+1
* filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
* fs/xfs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-1/+1
* xfs: drop async cache flushes from CIL commits.Dave Chinner2022-03-291-2/+0
* fs: move mapping helpersChristian Brauner2021-12-031-0/+1
* xfs: async blkdev cache flushDave Chinner2021-06-211-0/+2
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong2021-02-031-2/+1
* xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong2020-10-211-0/+6
* xfs: remove the unused SYNCHRONIZE macroKaixu Xia2020-09-251-1/+0
* xfs: remove useless definitions in xfs_linux.hYafang Shao2020-07-061-4/+0
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-0/+1
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-021-26/+0
* xfs: report corruption only as a regular errorDarrick J. Wong2019-11-181-11/+6
* xfs: add a XFS_IS_CORRUPT macroDarrick J. Wong2019-11-121-1/+12
* xfs: make the assertion message functions take a mount parameterDarrick J. Wong2019-11-051-3/+3
* xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig2019-06-281-0/+3
* xfs: remove the no-op spinlock_destroy stubChristoph Hellwig2019-06-281-2/+0
* xfs: replace do_mod with native operationsDave Chinner2018-06-081-19/+0
* xfs: clean up MIN/MAXDave Chinner2018-06-081-2/+0
* xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner2018-06-081-0/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-0/+12
* xfs: Show realtime device stats on statfs calls if realtime flags setRichard Wareing2018-01-081-0/+2
* xfs: abstract out dev_t conversionsChristoph Hellwig2017-11-211-0/+10
* xfs: always define STATIC to static noinlineChristoph Hellwig2017-11-061-12/+2
* xfs: refactor btree block header checking functionsDarrick J. Wong2017-10-261-0/+7
* xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing2017-09-121-1/+8
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-15/+6
|\
| * xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-071-1/+0
| * xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-14/+6
* | xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-051-1/+0
* | uuid: rename uuid typesChristoph Hellwig2017-06-051-2/+0
* | xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig2017-06-051-0/+3
|/
* xfs: remove custom do_div implementationsEric Sandeen2017-04-121-85/+0
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* xfs: make the ASSERT() condition likelyAmir Goldstein2017-01-171-3/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* xfs: use rhashtable to track buffer cacheLucas Stach2016-12-071-0/+1
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-051-0/+1
* xfs: remove __arch_packChristoph Hellwig2016-07-201-7/+0
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* xfs: pass xfsstats structures to handlers and macrosBill O'Donnell2015-10-121-0/+7
* xfs: remove xfs_caddr_tChristoph Hellwig2015-06-221-1/+0