summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong2018-05-091-5/+9
* xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-03-031-16/+29
* xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-03-031-0/+1
* xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2018-02-032-5/+49
* xfs: ubsan fixesDarrick J. Wong2018-02-031-3/+3
* xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko2018-02-031-5/+10
* xfs: log recovery should replay deferred ops in orderDarrick J. Wong2018-02-035-40/+85
* xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong2018-02-031-0/+21
* xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-12-201-1/+1
* xfs: return a distinct error code value for IGET_INCORE cache missesDarrick J. Wong2017-12-201-1/+1
* xfs: fix log block underflow during recovery cycle verificationBrian Foster2017-12-201-1/+1
* xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan2017-12-201-16/+20
* xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong2017-12-141-0/+1
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-025-0/+5
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* | Merge tag 'xfs-4.14-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-261-8/+13
|\ \ | |/ |/|
| * xfs: fix AIM7 regressionChristoph Hellwig2017-10-231-8/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-10-211-1/+1
|\ \ | |/ |/|
| * Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-181-1/+1
* | xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann2017-10-161-24/+24
* | xfs: trim writepage mapping to within eofBrian Foster2017-10-163-0/+25
* | xfs: cancel dirty pages on invalidationDave Chinner2017-10-161-12/+22
* | xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-111-0/+8
* | xfs: reinit btree pointer on attr tree inactivation walkBrian Foster2017-10-111-0/+2
* | xfs: Fix bool initialization/comparisonThomas Meyer2017-10-115-8/+8
* | xfs: don't change inode mode if ACL update failsDave Chinner2017-10-111-6/+16
* | xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-113-0/+27
* | xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-113-58/+50
|/
* xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-031-1/+8
* xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-031-2/+22
* xfs: revert "xfs: factor rmap btree size into the indlen calculations"Darrick J. Wong2017-09-261-15/+2
* xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-09-261-1/+1
* xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong2017-09-261-2/+10
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-265-19/+28
* xfs: validate bdev support for DAX inode flagRoss Zwisler2017-09-261-1/+2
* xfs: remove redundant re-initialization of total_nr_pagesColin Ian King2017-09-251-2/+0
* xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama2017-09-251-0/+10
* xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan2017-09-251-1/+1
* xfs: kill meaningless variable 'zero'Eryu Guan2017-09-251-3/+1
* fs/xfs: Use %pS printk format for direct addressesHelge Deller2017-09-251-1/+1
* xfs: evict CoW fork extents when performing finsert/fcollapseDarrick J. Wong2017-09-251-1/+13
* xfs: don't unconditionally clear the reflink flag on zero-block filesDarrick J. Wong2017-09-251-3/+5
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-141-2/+9
|\
| * fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-041-2/+9
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-142-6/+6
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-172-6/+6
* | | xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing2017-09-121-1/+8
* | | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-116-15/+41
|\ \ \
| * | | xfs: perform dax_device lookup at mountDan Williams2017-08-316-15/+41
| | |/ | |/|
* | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-072-2/+2
|\ \ \