aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-26xfs: check for underflow in xfs_iformat_fork()Dan Carpenter1-1/+2
2013-08-26xfs: xfs_dir3_sfe_put_ino can be staticFengguang Wu1-1/+1
2013-08-23xfs: introduce object readahead to log recoveryZhi Yong Wu1-7/+152
2013-08-23xfs: Simplify xfs_ail_min() with list_first_entry_or_null()Jie Liu2-14/+12
2013-08-22xfs: Register hotcpu notifier after initializationRichard Weinberger1-6/+7
2013-08-22xfs: add xfs sb v4 support for dirent filetype fieldMark Tinguely1-3/+7
2013-08-22xfs: Add write support for dirent filetype fieldDave Chinner7-9/+47
2013-08-22xfs: Add read-only support for dirent filetype fieldDave Chinner14-123/+362
2013-08-20xfs: Add support for the Q_XGETQSTATVChandra Seetharaman3-0/+97
2013-08-20xfs: fix the comment of xfs_mountfs()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_sb_quiet_read_verify()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xlog_recover_do_dquot_buffer()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_log_unmount_write()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_ifree_cluster()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_ialloc_ag_select()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_extent_busy_update_extent()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_setsize_buftarg_early()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_bmap_punch_delalloc_range()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_bmap_last_before()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_bmap_validate_ret()Zhi Yong Wu1-2/+2
2013-08-20xfs: fix the comment of xfs_bmap_count_tree()Zhi Yong Wu1-1/+1
2013-08-20xfs: rename bio_add_buffer() to xfs_bio_add_buffer()Zhi Yong Wu1-2/+2
2013-08-20xfs: fix the comment of xlog_find_head()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xlog_recover_buffer_pass2()Zhi Yong Wu1-1/+1
2013-08-20xfs: remove two unused macro definitions in xfs_linux.hZhi Yong Wu1-2/+0
2013-08-20xfs: fix the comment of xfs_btree_get_iroot()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_iroot_realloc()Zhi Yong Wu1-1/+1
2013-08-20xfs: remove one blank line in xfs_btree_make_block_unfull()Zhi Yong Wu1-1/+0
2013-08-20xfs: fix the comment of xlog_write_setup_copy()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_mod_incore_sb_unlocked()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_btree_lookup()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_buf_free()Zhi Yong Wu1-1/+1
2013-08-20xfs: fix the comment of xfs_check_sizes()Zhi Yong Wu1-1/+1
2013-08-15xfs: use reference counts to free clean buffer itemsDave Chinner1-4/+2
2013-08-15xfs: add capability check to free eofblocks ioctlDwight Engen1-0/+6
2013-08-15xfs: create internal eofblocks structure with kuid_t typesDwight Engen4-19/+56
2013-08-15xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen5-34/+41
2013-08-15xfs: ioctl check for capabilities in the current user namespaceDwight Engen1-2/+9
2013-08-15xfs: convert kuid_t to/from uid_t in ACLsDwight Engen1-4/+16
2013-08-15xfs: create wrappers for converting kuid_t to/from uid_tDwight Engen1-0/+26
2013-08-13xfs: split the CIL lockDave Chinner2-23/+27
2013-08-13xfs: Combine CIL insert and prepare passesDave Chinner1-127/+100
2013-08-13xfs: avoid CIL allocation during insertDave Chinner2-20/+33
2013-08-13xfs: Reduce allocations during CIL insertionDave Chinner3-40/+57
2013-08-13xfs: return log item size in IOP_SIZEDave Chinner7-73/+126
2013-08-13xfs:free bp in xlog_find_tail() error pathEric Sandeen1-0/+1
2013-08-13xfs: free bp in xlog_find_zeroed() error pathEric Sandeen1-1/+2
2013-08-13xfs: avoid double-free in xfs_attr_node_addnameEric Sandeen1-0/+1
2013-08-13xfs: call roundup_64() to calculate the min_logblksJie Liu1-3/+5
2013-08-12xfs: Validate log space at mount timeJie Liu2-2/+49