summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: fix superblock inprogress checkDave Chinner2016-09-151-1/+2
* xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner2016-06-075-9/+41
* xfs: print name of verifier if it failsEric Sandeen2016-06-0718-2/+24
* xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-06-071-0/+1
* xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-06-071-4/+4
* xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-06-071-4/+13
* xfs: Don't wrap growfs AGFL indexesDave Chinner2016-06-071-2/+2
* xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen2016-06-071-0/+10
* xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik2016-04-121-9/+10
* xfs: log mount failures don't wait for buffers to be releasedDave Chinner2016-02-251-0/+10
* Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner2016-02-251-1/+0
* xfs: inode recovery readahead can race with inode buffer creationDave Chinner2016-02-252-5/+14
* libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong2016-02-251-1/+1
* Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-131-4/+6
|\
| * xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-4/+6
* | Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-1161-411/+989
|\ \ | |/ |/|
| * Merge branch 'xfs-misc-fixes-for-4.4-3' into for-nextDave Chinner2015-11-104-5/+6
| |\
| | * xfs: give all workqueues rescuer threadsChris Mason2015-11-101-3/+4
| | * xfs: fix log recovery op header validation assertBrian Foster2015-11-101-1/+1
| | * xfs: Fix error path in xfs_get_aclAndreas Gruenbacher2015-11-102-1/+1
| * | Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-0311-65/+225
| |\ \
| | * | xfs: xfs_filemap_pmd_fault treats read faults as write faultsDave Chinner2015-11-031-4/+16
| | * | xfs: add ->pfn_mkwrite support for DAXDave Chinner2015-11-032-0/+36
| | * | xfs: DAX does not use IO completion callbacksDave Chinner2015-11-033-43/+2
| | * | xfs: Don't use unwritten extents for DAXDave Chinner2015-11-032-6/+30
| | * | xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner2015-11-036-8/+97
| | * | xfs: fix inode size update overflow in xfs_map_direct()Dave Chinner2015-11-033-9/+49
| * | | Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner2015-11-0314-16/+101
| |\ \ \ | | | |/ | | |/|
| | * | xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner2015-11-035-5/+29
| | * | xfs: don't leak uuid table on rmmodDarrick J. Wong2015-11-033-0/+12
| | * | xfs: invalidate cached acl if set via ioctlAndreas Gruenbacher2015-11-033-15/+36
| | * | xfs: Plug memory leak in xfs_attrmulti_attr_setAndreas Gruenbacher2015-11-031-1/+4
| | * | xfs: Validate the length of on-disk ACLsAndreas Gruenbacher2015-11-032-7/+14
| | * | xfs: invalidate cached acl if set directly via xattrBrian Foster2015-11-031-2/+19
| | * | xfs: clear PF_NOFREEZE for xfsaild kthreadJiri Kosina2015-11-021-0/+1
| | |/
| * | Merge branch 'xfs-stats-fixes' into for-nextDave Chinner2015-10-193-2/+4
| |\ \
| | * | xfs: fix an error code in xfs_fs_fill_super()Dan Carpenter2015-10-191-1/+1
| | * | xfs: stats are no longer dependent on CONFIG_PROC_FSDave Chinner2015-10-192-1/+3
| * | | Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner2015-10-129-13/+41
| |\ \ \
| | * | | xfs: more info from kmem deadlocks and high-level error msgsEric Sandeen2015-10-122-2/+9
| | * | | xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak2015-10-123-4/+12
| | * | | xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak2015-10-123-2/+12
| | * | | libxfs: fix two comment typosGeliang Tang2015-10-121-2/+2
| | * | | xfs: Print name and pid when memory allocation loopsTetsuo Handa2015-10-122-5/+8
| | | |/ | | |/|
| * | | Merge branch 'xfs-io-fixes' into for-nextDave Chinner2015-10-125-20/+59
| |\ \ \
| | * | | xfs: add an xfs_zero_eof() tracepointBrian Foster2015-10-122-0/+3
| | * | | xfs: always drain dio before extending aio write submissionBrian Foster2015-10-121-6/+9
| | * | | xfs: add missing ilock around dio write last extent alignmentBrian Foster2015-10-123-12/+36
| | * | | cancel the setfilesize transation when io error happenZhaohongjiang2015-10-121-2/+11
| | |/ /
| * | | Merge branch 'xfs-logging-fixes' into for-nextDave Chinner2015-10-1218-26/+210
| |\ \ \ | | |_|/ | |/| |