summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xfs: flush entire file on dio read/write to cached fileBrian Foster2015-08-191-22/+29
| | * | xfs: Fix xfs_attr_leafblock definitionJan Kara2015-08-191-2/+9
| | * | libxfs: readahead of dir3 data blocks should use the read verifierDarrick J. Wong2015-08-191-1/+2
| | * | xfs: stop holding ILOCK over filldir callbacksDave Chinner2015-08-194-19/+36
| | * | xfs: clean up inode lockdep annotationsDave Chinner2015-08-192-43/+110
| | * | xfs: swap leaf buffer into path struct atomically during path shiftBrian Foster2015-08-191-9/+14
| | * | xfs: relocate sparse inode mount warningBrian Foster2015-08-192-3/+4
| | * | xfs: dquots should be stamped with sb_meta_uuidDave Chinner2015-08-191-1/+1
| | * | xfs: log recovery needs to validate against sb_meta_uuidDave Chinner2015-08-191-2/+12
| | * | xfs: growfs not aware of sb_meta_uuidDave Chinner2015-08-191-3/+3
| | * | xfs: fix sb_meta_uuid usageDave Chinner2015-08-191-1/+1
| | * | xfs: set XFS_DA_OP_OKNOENT in xfs_attr_getEric Sandeen2015-08-191-0/+2
| * | | Merge branch 'xfs-efi-rework' into for-nextDave Chinner2015-08-1921-234/+420
| |\ \ \
| | * | | xfs: add missing bmap cancel calls in error pathsBrian Foster2015-08-194-36/+41
| | * | | xfs: add helper to conditionally remove items from the AILBrian Foster2015-08-195-33/+21
| | * | | xfs: fix btree cursor error cleanupsBrian Foster2015-08-192-2/+3
| | * | | xfs: clean up root inode properly on mount failureBrian Foster2015-08-191-0/+2
| | * | | xfs: checksum log record ext headers based on record sizeBrian Foster2015-08-191-1/+6
| | * | | xfs: fix broken icreate log item cancellationBrian Foster2015-08-191-12/+37
| | * | | xfs: icreate log item recovery and cancellation tracepointsBrian Foster2015-08-192-1/+38
| | * | | xfs: don't leave EFIs on AIL on mount failureBrian Foster2015-08-195-22/+100
| | * | | xfs: use EFI refcount consistently in log recoveryBrian Foster2015-08-192-57/+43
| | * | | xfs: ensure EFD trans aborts on log recovery extent free failureBrian Foster2015-08-194-30/+36
| | * | | xfs: fix efi/efd error handling to avoid fs shutdown hangsBrian Foster2015-08-193-67/+111
| | * | | xfs: return committed status from xfs_trans_roll()Brian Foster2015-08-192-2/+14
| | * | | xfs: disentagle EFI release from the extent countBrian Foster2015-08-194-14/+11
| | | |/ | | |/|
| * | | Merge branch 'xfs-meta-uuid' into for-nextDave Chinner2015-07-2918-36/+66
| |\ \ \ | | | |/ | | |/|
| | * | xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-2918-36/+66
| | |/
| * | Merge branch 'xfs-misc-fixes-for-4.3' into for-nextDave Chinner2015-07-2913-74/+98
| |\ \
| | * | libxfs: add xfs_bit.cDave Chinner2015-07-292-1/+1
| | * | xfs: Remove duplicate jumps to the same labelJan Kara2015-07-291-8/+2
| | * | xfs: Use consistent logging message prefixesJoe Perches2015-07-295-37/+43
| | * | xfs: validate transaction header length on log recoveryBrian Foster2015-07-291-3/+25
| | * | xfs: close xc_cil list_empty() races with cil commit sequenceBrian Foster2015-07-291-1/+7
| | * | xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner2015-07-294-24/+20
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-051-4/+2
|\ \ \
| * | | introduce __sb_writers_{acquired,release}() helpersOleg Nesterov2015-08-151-4/+2
| |/ /
* | | fs: create and use seq_show_option for escapingKees Cook2015-09-041-2/+2
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-022-9/+6
|\ \ \ | |/ / |/| |
| * | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-2/+1
| * | block: add a bi_error field to struct bioChristoph Hellwig2015-07-292-7/+5
| |/
* | xfs: remote attributes need to be considered dataDave Chinner2015-07-291-4/+11
* | xfs: remote attribute headers contain an invalid LSNDave Chinner2015-07-292-9/+31
* | xfs: call dax_fault on read page faults for DAXDave Chinner2015-07-291-6/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+10
|\
| * xfs: Correctly lock inode when removing suid and file capabilitiesJan Kara2015-06-231-1/+10
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
* | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-3054-835/+1548
|\ \
| * \ Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner2015-06-2315-91/+77
| |\ \
| | * | xfs: don't truncate attribute extents if no extents existBrian Foster2015-06-231-2/+8