aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
...
| * | | | | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-14
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | 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
| | |/ / /
* | / / / fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski2014-06-10
|/ / / /
* | | | xfs: list_lru_init returns a negative errorDave Chinner2014-05-14
* | | | xfs: negate xfs_icsb_init_counters error value Dave Chinner2014-05-14
* | | | xfs: negate mount workqueue init error valueDave Chinner2014-05-14
* | | | xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-14
* | | | xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-14
* | | | xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner2014-05-14
* | | | xfs: xfs_commit_metadata returns wrong errnoDave Chinner2014-05-14
* | | | xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner2014-05-14
* | | | xfs: xfs_dir_fsync() returns positive errnoDave Chinner2014-05-14
| |/ / |/| |
* | | Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-05-08
|\ \ \ | |_|/ |/| |
| * | xfs: remote attribute overwrite causes transaction overrunDave Chinner2014-05-05
| * | xfs: initialize default acls for ->tmpfile()Brian Foster2014-05-05
| * | xfs: fully support v5 format filesystemsDave Chinner2014-05-05
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-20
|\ \ \ | |/ / |/| |
| * | fs: move falloc collapse range check into the filesystem methodsLukas Czerner2014-04-12
* | | xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster2014-04-16
* | | xfs: fix buffer use after free on IO errorEric Sandeen2014-04-16
* | | xfs: wrong error sign conversion during failed DIO writesDave Chinner2014-04-16
* | | xfs: unmount does not wait for shutdown during unmountDave Chinner2014-04-16
* | | xfs: collapse range is delalloc challengedDave Chinner2014-04-16
* | | xfs: don't map ranges that span EOF for direct IODave Chinner2014-04-16
* | | xfs: zeroing space needs to punch delalloc blocksDave Chinner2014-04-14
* | | xfs: xfs_vm_write_end truncates too much on failureDave Chinner2014-04-14
* | | xfs: write failure beyond EOF truncates too much dataDave Chinner2014-04-14
* | | xfs: kill buffers over failed write ranges properlyDave Chinner2014-04-14
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-12
|\ \
| * | xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro2014-04-01
| * | generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-01