aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_linux.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-03fs: move mapping helpersChristian Brauner1-0/+1
2021-06-21xfs: async blkdev cache flushDave Chinner1-0/+2
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong1-2/+1
2020-10-21xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong1-0/+6
2020-09-25xfs: remove the unused SYNCHRONIZE macroKaixu Xia1-1/+0
2020-07-06xfs: remove useless definitions in xfs_linux.hYafang Shao1-4/+0
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig1-0/+1
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig1-26/+0
2019-11-18xfs: report corruption only as a regular errorDarrick J. Wong1-11/+6
2019-11-12xfs: add a XFS_IS_CORRUPT macroDarrick J. Wong1-1/+12
2019-11-05xfs: make the assertion message functions take a mount parameterDarrick J. Wong1-3/+3
2019-06-28xfs: use bios directly to read and write the log recovery buffersChristoph Hellwig1-0/+3
2019-06-28xfs: remove the no-op spinlock_destroy stubChristoph Hellwig1-2/+0
2018-06-08xfs: replace do_mod with native operationsDave Chinner1-19/+0
2018-06-08xfs: clean up MIN/MAXDave Chinner1-2/+0
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner1-0/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong1-0/+12
2018-01-08xfs: Show realtime device stats on statfs calls if realtime flags setRichard Wareing1-0/+2
2017-11-21xfs: abstract out dev_t conversionsChristoph Hellwig1-0/+10
2017-11-06xfs: always define STATIC to static noinlineChristoph Hellwig1-12/+2
2017-10-26xfs: refactor btree block header checking functionsDarrick J. Wong1-0/+7
2017-09-12xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing1-1/+8
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-15/+6
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong1-1/+0
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-14/+6
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein1-1/+0
2017-06-05uuid: rename uuid typesChristoph Hellwig1-2/+0
2017-06-05xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig1-0/+3
2017-04-12xfs: remove custom do_div implementationsEric Sandeen1-85/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-17xfs: make the ASSERT() condition likelyAmir Goldstein1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach1-0/+1
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-0/+1
2016-07-20xfs: remove __arch_packChristoph Hellwig1-7/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-10-12xfs: pass xfsstats structures to handlers and macrosBill O'Donnell1-0/+7
2015-06-22xfs: remove xfs_caddr_tChristoph Hellwig1-1/+0
2015-06-22xfs: remove inst_tChristoph Hellwig1-2/+0
2015-06-22xfs: remove __psint_t and __psunsigned_tChristoph Hellwig1-11/+0
2015-02-23xfs: Remove icsb infrastructureDave Chinner1-9/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-0/+6
2014-10-02xfs: kill time.hDave Chinner1-1/+5
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner1-1/+1
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner1-12/+0
2014-08-04xfs: kill xfs_vnode.hDave Chinner1-1/+1
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig1-12/+0
2014-07-15xfs: add xfs_mount sysfs kobjectBrian Foster1-0/+11