summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | xfs: don't crash if reading a directory results in an unexpected holeDarrick J. Wong2016-12-051-1/+1
| | * | | xfs: complain if we don't get nextents bmap recordsDarrick J. Wong2016-12-051-1/+2
| | * | | xfs: check for bogus values in btree block headersDarrick J. Wong2016-12-051-0/+20
| | * | | xfs: forbid AG btrees with level == 0Darrick J. Wong2016-12-052-4/+15
| | * | | xfs: several xattr functions can be voidEric Sandeen2016-12-054-53/+35
| | * | | xfs: handle cow fork in xfs_bmap_trace_exlistEric Sandeen2016-12-051-1/+3
| | * | | xfs: pass state not whichfork to trace_xfs_extlistEric Sandeen2016-12-051-1/+1
| | * | | xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen2016-12-053-5/+2
| | * | | xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2016-12-051-0/+1
| * | | | Merge branch 'iomap-4.10-directio' into for-nextDave Chinner2016-11-3016-544/+195
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | xfs: use iomap_dio_rwChristoph Hellwig2016-11-304-386/+110
| | * | | xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-3014-159/+86
| | * | | Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner2016-11-3028-1055/+948
| | |\ \ \ | | | |/ /
| * | | | Merge branch 'xfs-4.10-misc-fixes-2' into for-nextDave Chinner2016-11-287-54/+63
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster2016-11-281-20/+13
| | * | | xfs: clean up cow fork reservation and tag inodes correctlyBrian Foster2016-11-281-26/+3
| | * | | xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster2016-11-284-5/+24
| | * | | xfs: always succeed when deduping zero bytesDarrick J. Wong2016-11-281-1/+7
| | * | | fs: xfs: libxfs: constify xfs_nameops structuresBhumika Goyal2016-11-281-1/+1
| | * | | fs: xfs: xfs_icreate_item: constify xfs_item_ops structureBhumika Goyal2016-11-281-1/+1
| | * | | xfs: factor rmap btree size into the indlen calculationsDarrick J. Wong2016-11-281-2/+15
| | * | | xfs: add XBF_XBF_NO_IOACCT to buf trace outputEric Sandeen2016-11-281-0/+1
| * | | | Merge branch 'xfs-4.10-extent-lookup' into for-nextDave Chinner2016-11-249-267/+178
| |\ \ \ \ | | |/ / /
| | * | | xfs: remove NULLEXTNUMChristoph Hellwig2016-11-242-2/+1
| | * | | xfs: remove xfs_bmap_search_extentsChristoph Hellwig2016-11-242-95/+0
| | * | | xfs: use new extent lookup helpers in xfs_reflink_end_cowChristoph Hellwig2016-11-241-10/+6
| | * | | xfs: use new extent lookup helpers in xfs_reflink_cancel_cow_blocksChristoph Hellwig2016-11-241-8/+4
| | * | | xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2016-11-242-22/+13
| | * | | xfs: cleanup xfs_reflink_find_cow_mappingChristoph Hellwig2016-11-243-32/+19
| | * | | xfs: use new extent lookup helpers in __xfs_reflink_reserve_cowChristoph Hellwig2016-11-241-5/+7
| | * | | xfs: use new extent lookup helpers xfs_file_iomap_begin_delayChristoph Hellwig2016-11-241-11/+9
| | * | | xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2016-11-244-7/+9
| | * | | xfs: use new extent lookup helpers in __xfs_bunmapiChristoph Hellwig2016-11-241-27/+13
| | * | | xfs: use new extent lookup helpers in xfs_bmapi_writeChristoph Hellwig2016-11-241-8/+7
| | * | | xfs: use new extent lookup helpers in xfs_bmapi_readChristoph Hellwig2016-11-241-8/+6
| | * | | xfs: cleanup xfs_bmap_last_beforeChristoph Hellwig2016-11-241-32/+32
| | * | | xfs: new inode extent list lookup helpersChristoph Hellwig2016-11-242-0/+52
| * | | | Merge branch 'xfs-4.10-misc-fixes-1' into for-nextDave Chinner2016-11-1012-122/+111
| |\ \ \ \ | | |/ / /
| | * | | xfs: fix unbalanced inode reclaim flush lockingBrian Foster2016-11-102-18/+20
| | * | | xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-088-67/+64
| | * | | xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2016-11-081-2/+5
| | * | | xfs: don't BUG() on mixed direct and mapped I/OBrian Foster2016-11-081-2/+20
| | * | | xfs: don't skip cow forks w/ delalloc blocks in cowblocks scanBrian Foster2016-11-083-37/+6
| | | |/ | | |/|
| * | | Merge branch 'xfs-4.10-libxfs-cleanups' into for-nextDave Chinner2016-11-1014-25/+54
| |\ \ \
| | * | | xfs: check minimum block size for CRC filesystemsDarrick J. Wong2016-11-092-0/+9
| | * | | xfs: check return value of _trans_reserve_quota_nblksDarrick J. Wong2016-11-081-1/+4
| | * | | xfs: move dir_ino_validate declaration per xfsprogsDarrick J. Wong2016-11-082-1/+2
| | * | | xfs: don't call xfs_sb_quota_from_disk twiceEric Sandeen2016-11-081-2/+5
| | * | | libxfs: clean up _dir2_data_freescanDarrick J. Wong2016-11-082-7/+20
| | * | | libxfs: fix xfs_attr_shortform_bytesfit declarationDarrick J. Wong2016-11-081-1/+1
OpenPOWER on IntegriCloud