summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-08-20xfs: Add support for the Q_XGETQSTATVChandra Seetharaman3-0/+97
2013-08-20quota: Add a new quotactl command Q_XGETQSTATVChandra Seetharaman1-0/+29
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
2013-08-12xfs: Add xfs_log_rlimit.cJie Liu3-1/+152
2013-08-12xfs: Refactor xfs_ticket_alloc() to extract a new helperJie Liu2-22/+42
2013-08-12xfs: Get rid of all XFS_XXX_LOG_RES() macroJie Liu1-36/+0
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu21-197/+150
2013-08-12xfs: Make writeid transaction use tr_writeidJie Liu1-1/+1
2013-08-12xfs: Introduce tr_fsyncts to m_reservationJie Liu2-1/+3
2013-08-12xfs: Introduce a new structure to hold transaction reservation itemsJie Liu4-87/+163