summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | xfs: don't sleep in xlog_cil_force_lsn on shutdownDave Chinner2014-05-07
| | * | | | | | | | | | | | xfs: truncate_setsize should be outside transactionsDave Chinner2014-05-07
| | * | | | | | | | | | | | xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen2014-05-05
| | * | | | | | | | | | | | xfs: remove dquot hintsDave Chinner2014-05-05
| | * | | | | | | | | | | | xfs: bulletfproof xfs_qm_scall_trunc_qfiles()Eric Sandeen2014-05-05
| | * | | | | | | | | | | | xfs: fix Q_XQUOTARM ioctlEric Sandeen2014-05-05
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner2014-05-15
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | xfs: enable the finobt feature on v5 superblocksBrian Foster2014-04-24
| | * | | | | | | | | | | | xfs: report finobt status in fs geometryBrian Foster2014-04-24
| | * | | | | | | | | | | | xfs: add finobt support to growfsBrian Foster2014-04-24
| | * | | | | | | | | | | | xfs: update the finobt on inode freeBrian Foster2014-04-24
| | * | | | | | | | | | | | xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster2014-04-24
| | * | | | | | | | | | | | xfs: use and update the finobt on inode allocationBrian Foster2014-04-24
| | * | | | | | | | | | | | xfs: insert newly allocated inode chunks into the finobtBrian Foster2014-04-24
| | * | | | | | | | | | | | xfs: update inode allocation/free transaction reservations for finobtBrian Foster2014-04-24
| | * | | | | | | | | | | | xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster2014-04-24
| | * | | | | | | | | | | | xfs: reserve v5 superblock read-only compat. feature bit for finobtBrian Foster2014-04-24
| | * | | | | | | | | | | | xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster2014-04-24
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner2014-05-15
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | xfs: add filestream allocator tracepointsChristoph Hellwig2014-04-23
| | * | | | | | | | | | | | xfs: remove xfs_filestream_associateChristoph Hellwig2014-04-23
| | * | | | | | | | | | | | xfs: don't create a slab cache for filestream itemsChristoph Hellwig2014-04-23
| | * | | | | | | | | | | | xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig2014-04-23
| | * | | | | | | | | | | | xfs: remove XFS_IFILESTREAMChristoph Hellwig2014-04-23
| | * | | | | | | | | | | | xfs: embedd mru_elem into parent structureChristoph Hellwig2014-04-23
| | * | | | | | | | | | | | xfs: handle duplicate entries in xfs_mru_cache_insertChristoph Hellwig2014-04-23
| | * | | | | | | | | | | | xfs: split xfs_bmap_btalloc_nullfbChristoph Hellwig2014-04-23
| | * | | | | | | | | | | | xfs: don't try to use the filestream allocator for metadata allocationsChristoph Hellwig2014-04-14
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-15
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | xfs: remove unused calculation in xfs_dir2_sf_addname()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove pointless pointer increment in xfs_dir2_block_compact()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused trans pointer arg from xlog_recover_unmount_trans()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused bp arg from xfs_iflush_fork()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused pag ptr arg from iterator execute functionsEric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused length arg from alloc_block opsEric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused mp arg from xfs_dir2 dataptr/byte functionsEric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused bip arg from xfs_buf_item_log_segment()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused flags arg from _xfs_buf_get_pages()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused args from xfs_alloc_buftarg()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused blocksize arg from xfs_setsize_buftarg()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused level arg from xfs_btree_read_buf_block()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused mp arg from xfs_bmap_forkoff_reset()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused mp arg from xfs_bmdr_maxrecs()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused mp arg from xfs_attr3_rmt_hdr_ok()Eric Sandeen2014-04-14
| | * | | | | | | | | | | | xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen2014-04-14
| | |/ / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-06-10
|\ \ \ \ \ \ \ \ \ \ \ \ \