summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2014-04-23xfs: handle duplicate entries in xfs_mru_cache_insertChristoph Hellwig
2014-04-23xfs: split xfs_bmap_btalloc_nullfbChristoph Hellwig
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-17xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster
2014-04-17xfs: fix buffer use after free on IO errorEric Sandeen
2014-04-17xfs: wrong error sign conversion during failed DIO writesDave Chinner
2014-04-17xfs: unmount does not wait for shutdown during unmountDave Chinner
2014-04-17xfs: collapse range is delalloc challengedDave Chinner
2014-04-17xfs: don't map ranges that span EOF for direct IODave Chinner
2014-04-14xfs: don't try to use the filestream allocator for metadata allocationsChristoph Hellwig
2014-04-14xfs: remove unused calculation in xfs_dir2_sf_addname()Eric Sandeen
2014-04-14xfs: remove pointless pointer increment in xfs_dir2_block_compact()Eric Sandeen
2014-04-14xfs: remove unused trans pointer arg from xlog_recover_unmount_trans()Eric Sandeen
2014-04-14xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen
2014-04-14xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()Eric Sandeen
2014-04-14xfs: remove unused bp arg from xfs_iflush_fork()Eric Sandeen
2014-04-14xfs: remove unused pag ptr arg from iterator execute functionsEric Sandeen
2014-04-14xfs: remove unused length arg from alloc_block opsEric Sandeen
2014-04-14xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()Eric Sandeen
2014-04-14xfs: remove unused mp arg from xfs_dir2 dataptr/byte functionsEric Sandeen
2014-04-14xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen
2014-04-14xfs: remove unused bip arg from xfs_buf_item_log_segment()Eric Sandeen
2014-04-14xfs: remove unused flags arg from _xfs_buf_get_pages()Eric Sandeen
2014-04-14xfs: remove unused args from xfs_alloc_buftarg()Eric Sandeen
2014-04-14xfs: remove unused blocksize arg from xfs_setsize_buftarg()Eric Sandeen
2014-04-14xfs: remove unused level arg from xfs_btree_read_buf_block()Eric Sandeen
2014-04-14xfs: remove unused mp arg from xfs_bmap_forkoff_reset()Eric Sandeen
2014-04-14xfs: remove unused mp arg from xfs_bmdr_maxrecs()Eric Sandeen
2014-04-14xfs: remove unused mp arg from xfs_attr3_rmt_hdr_ok()Eric Sandeen
2014-04-14xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen
2014-04-14xfs: zeroing space needs to punch delalloc blocksDave Chinner
2014-04-14xfs: xfs_vm_write_end truncates too much on failureDave Chinner
2014-04-14xfs: write failure beyond EOF truncates too much dataDave Chinner
2014-04-14xfs: kill buffers over failed write ranges properlyDave Chinner
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-04Merge branch 'xfs-bug-fixes-for-3.15-3' into for-nextDave Chinner
2014-04-04xfs: fix directory hash ordering bugMark Tinguely
2014-04-04xfs: extra semi-colon breaks a conditionDan Carpenter
2014-04-01xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro
2014-04-01new helper: readlink_copy()Al Viro
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner