summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | xfs: log vector rounding leaks log spaceDave Chinner2014-05-202-9/+17
| | * | | | xfs: remove XFS_TRANS_RESERVE in collapse rangeNamjae Jeon2014-05-201-2/+0Star
| | |/ / /
| * | | | Merge branch 'xfs-attr-cleanup' into for-nextDave Chinner2014-05-151-211/+117Star
| |\ \ \ \
| | * | | | xfs: pass struct da_args to xfs_attr_calc_sizeChristoph Hellwig2014-05-131-9/+5Star
| | * | | | xfs: simplify attr name setupChristoph Hellwig2014-05-131-45/+29Star
| | * | | | xfs: fold xfs_attr_remove_int into xfs_attr_removeChristoph Hellwig2014-05-131-62/+35Star
| | * | | | xfs: fold xfs_attr_get_int into xfs_attr_getChristoph Hellwig2014-05-131-52/+27Star
| | * | | | xfs: fold xfs_attr_set_int into xfs_attr_setChristoph Hellwig2014-05-131-66/+44Star
| * | | | | Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-1511-267/+128Star
| |\ \ \ \ \
| | * | | | | xfs: fix directory readahead offset off-by-oneDave Chinner2014-05-071-2/+1Star
| | * | | | | xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner2014-05-072-11/+48
| | * | | | | xfs: truncate_setsize should be outside transactionsDave Chinner2014-05-071-4/+16
| | * | | | | xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen2014-05-052-4/+6
| | * | | | | xfs: remove dquot hintsDave Chinner2014-05-053-240/+29Star
| | * | | | | xfs: bulletfproof xfs_qm_scall_trunc_qfiles()Eric Sandeen2014-05-051-2/+3
| | * | | | | xfs: fix Q_XQUOTARM ioctlEric Sandeen2014-05-051-4/+25
| | |/ / / /
| * | | | | Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner2014-05-1518-137/+852
| |\ \ \ \ \
| | * | | | | xfs: enable the finobt feature on v5 superblocksBrian Foster2014-04-241-1/+2
| | * | | | | xfs: report finobt status in fs geometryBrian Foster2014-04-242-1/+4
| | * | | | | xfs: add finobt support to growfsBrian Foster2014-04-241-0/+32
| | * | | | | xfs: update the finobt on inode freeBrian Foster2014-04-241-0/+102
| | * | | | | xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster2014-04-241-65/+96
| | * | | | | xfs: use and update the finobt on inode allocationBrian Foster2014-04-241-5/+290
| | * | | | | xfs: insert newly allocated inode chunks into the finobtBrian Foster2014-04-241-23/+70
| | * | | | | xfs: update inode allocation/free transaction reservations for finobtBrian Foster2014-04-243-6/+82
| | * | | | | xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster2014-04-2410-27/+153
| | * | | | | xfs: reserve v5 superblock read-only compat. feature bit for finobtBrian Foster2014-04-241-0/+7
| | * | | | | xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster2014-04-244-10/+15
| | |/ / / /
| * | | | | Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner2014-05-1510-806/+403Star
| |\ \ \ \ \
| | * | | | | xfs: add filestream allocator tracepointsChristoph Hellwig2014-04-224-21/+68
| | * | | | | xfs: remove xfs_filestream_associateChristoph Hellwig2014-04-223-58/+15Star
| | * | | | | xfs: don't create a slab cache for filestream itemsChristoph Hellwig2014-04-223-32/+4Star
| | * | | | | xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig2014-04-223-544/+171Star
| | * | | | | xfs: remove XFS_IFILESTREAMChristoph Hellwig2014-04-224-8/+1Star
| | * | | | | xfs: embedd mru_elem into parent structureChristoph Hellwig2014-04-223-146/+107Star
| | * | | | | xfs: handle duplicate entries in xfs_mru_cache_insertChristoph Hellwig2014-04-221-3/+11
| | * | | | | xfs: split xfs_bmap_btalloc_nullfbChristoph Hellwig2014-04-221-83/+117
| | * | | | | xfs: don't try to use the filestream allocator for metadata allocationsChristoph Hellwig2014-04-141-22/+20Star
| | |/ / / /
| * | | | | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-1543-166/+113Star
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | xfs: remove unused calculation in xfs_dir2_sf_addname()Eric Sandeen2014-04-141-14/+7Star
| | * | | | xfs: remove pointless pointer increment in xfs_dir2_block_compact()Eric Sandeen2014-04-141-1/+0Star
| | * | | | xfs: remove unused trans pointer arg from xlog_recover_unmount_trans()Eric Sandeen2014-04-141-3/+2Star
| | * | | | xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen2014-04-144-8/+6Star
| | * | | | xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()Eric Sandeen2014-04-143-3/+2Star
| | * | | | xfs: remove unused bp arg from xfs_iflush_fork()Eric Sandeen2014-04-143-6/+4Star
| | * | | | xfs: remove unused pag ptr arg from iterator execute functionsEric Sandeen2014-04-143-13/+6Star
| | * | | | xfs: remove unused length arg from alloc_block opsEric Sandeen2014-04-145-7/+4Star
| | * | | | xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()Eric Sandeen2014-04-143-6/+4Star
| | * | | | xfs: remove unused mp arg from xfs_dir2 dataptr/byte functionsEric Sandeen2014-04-143-13/+13
| | * | | | xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen2014-04-146-15/+12Star