summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-08-25Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextDave Chinner7-24/+34
2015-08-25xfs: fix non-debug build warningsDave Chinner3-11/+15
2015-08-25xfs: collapse allocsize and biosize mount option handlingEric Sandeen1-10/+2
2015-08-25xfs: Fix file type directory corruption for btree directoriesJan Kara1-1/+9
2015-08-25xfs: lockdep annotations throw warnings on non-debug buildsDave Chinner1-1/+7
2015-08-25xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()Jan Kara1-1/+1
2015-08-20Merge branch 'xfs-misc-fixes-for-4.3-2' into for-nextDave Chinner15-106/+235
2015-08-20xfs: inode lockdep annotations broke non-lockdep buildDave Chinner1-2/+14
2015-08-19xfs: flush entire file on dio read/write to cached fileBrian Foster1-22/+29
2015-08-19xfs: Fix xfs_attr_leafblock definitionJan Kara1-2/+9
2015-08-19libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong1-1/+2
2015-08-19xfs: stop holding ILOCK over filldir callbacksDave Chinner4-19/+36
2015-08-19xfs: clean up inode lockdep annotationsDave Chinner2-43/+110
2015-08-19xfs: swap leaf buffer into path struct atomically during path shiftBrian Foster1-9/+14
2015-08-19xfs: relocate sparse inode mount warningBrian Foster2-3/+4
2015-08-19xfs: dquots should be stamped with sb_meta_uuidDave Chinner1-1/+1
2015-08-19xfs: log recovery needs to validate against sb_meta_uuidDave Chinner1-2/+12
2015-08-19xfs: growfs not aware of sb_meta_uuidDave Chinner1-3/+3
2015-08-19xfs: fix sb_meta_uuid usageDave Chinner1-1/+1
2015-08-19xfs: set XFS_DA_OP_OKNOENT in xfs_attr_getEric Sandeen1-0/+2
2015-08-19Merge branch 'xfs-efi-rework' into for-nextDave Chinner21-234/+420
2015-08-19xfs: add missing bmap cancel calls in error pathsBrian Foster4-36/+41
2015-08-19xfs: add helper to conditionally remove items from the AILBrian Foster5-33/+21
2015-08-19xfs: fix btree cursor error cleanupsBrian Foster2-2/+3
2015-08-19xfs: clean up root inode properly on mount failureBrian Foster1-0/+2
2015-08-19xfs: checksum log record ext headers based on record sizeBrian Foster1-1/+6
2015-08-19xfs: fix broken icreate log item cancellationBrian Foster1-12/+37
2015-08-19xfs: icreate log item recovery and cancellation tracepointsBrian Foster2-1/+38
2015-08-19xfs: don't leave EFIs on AIL on mount failureBrian Foster5-22/+100
2015-08-19xfs: use EFI refcount consistently in log recoveryBrian Foster2-57/+43
2015-08-19xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster4-30/+36
2015-08-19xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster3-67/+111
2015-08-19xfs: return committed status from xfs_trans_roll()Brian Foster2-2/+14
2015-08-19xfs: disentagle EFI release from the extent countBrian Foster4-14/+11
2015-07-29Merge branch 'xfs-meta-uuid' into for-nextDave Chinner18-36/+66
2015-07-29Merge branch 'xfs-misc-fixes-for-4.3' into for-nextDave Chinner13-74/+98
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen18-36/+66
2015-07-29libxfs: add xfs_bit.cDave Chinner2-1/+1
2015-07-29xfs: Remove duplicate jumps to the same labelJan Kara1-8/+2
2015-07-29xfs: Use consistent logging message prefixesJoe Perches5-37/+43
2015-07-29xfs: validate transaction header length on log recoveryBrian Foster1-3/+25
2015-07-29xfs: close xc_cil list_empty() races with cil commit sequenceBrian Foster1-1/+7
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner4-24/+20
2015-07-29xfs: remote attributes need to be considered dataDave Chinner1-4/+11
2015-07-29xfs: remote attribute headers contain an invalid LSNDave Chinner2-9/+31
2015-07-29xfs: call dax_fault on read page faults for DAXDave Chinner2-8/+27
2015-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-6/+10
2015-07-12freeing unlinked file indefinitely delayedAl Viro1-2/+5
2015-07-12fix a braino in ovl_d_select_inode()Al Viro1-0/+3
2015-07-129p: don't leave a half-initialized inode sitting aroundAl Viro2-4/+2