pandora-kernel.git
2013-08-30 Eric SandeenFix wrong flag ASSERT in xfs_attr_shortform_getvalue
2013-08-30 Dave Chinnerxfs: finish removing IOP_* macros.
2013-08-30 Dave Chinnerxfs: inode log reservations are too small
2013-08-30 Brian Fosterxfs: check correct status variable for xfs_inobt_get_re...
2013-08-30 Dave Chinnerxfs: inode buffers may not be valid during recovery...
2013-08-30 Dave Chinnerxfs: check LSN ordering for v5 superblocks during recovery
2013-08-30 Dave Chinnerxfs: btree block LSN escaping to disk uninitialised
2013-08-30 Dave ChinnerXFS: Assertion failed: first <= last && last < BBTOB...
2013-08-29 Dave Chinnerxfs: fix bad dquot buffer size in log recovery readahead
2013-08-29 Dave Chinnerxfs: don't account buffer cancellation during log recov...
2013-08-26 Dan Carpenterxfs: check for underflow in xfs_iformat_fork()
2013-08-26 Fengguang Wuxfs: xfs_dir3_sfe_put_ino can be static
2013-08-23 Zhi Yong Wuxfs: introduce object readahead to log recovery
2013-08-23 Jie Liuxfs: Simplify xfs_ail_min() with list_first_entry_or_null()
2013-08-22 Richard Weinbergerxfs: Register hotcpu notifier after initialization
2013-08-22 Mark Tinguelyxfs: add xfs sb v4 support for dirent filetype field
2013-08-22 Dave Chinnerxfs: Add write support for dirent filetype field
2013-08-22 Dave Chinnerxfs: Add read-only support for dirent filetype field
2013-08-21 Dwight Engenpowerpc/spufs: convert userns uid/gid mount options...
2013-08-20 Chandra Seetharamanxfs: Add support for the Q_XGETQSTATV
2013-08-20 Chandra Seetharamanquota: Add a new quotactl command Q_XGETQSTATV
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_mountfs()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_sb_quiet_read_verify()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xlog_recover_do_dquot_buffer()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_log_unmount_write()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_ifree_cluster()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_ialloc_ag_select()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_extent_busy_update_extent()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_setsize_buftarg_early()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_bmap_punch_delalloc_range()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_bmap_last_before()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_bmap_validate_ret()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_bmap_count_tree()
2013-08-20 Zhi Yong Wuxfs: rename bio_add_buffer() to xfs_bio_add_buffer()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xlog_find_head()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xlog_recover_buffer_pass2()
2013-08-20 Zhi Yong Wuxfs: remove two unused macro definitions in xfs_linux.h
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_btree_get_iroot()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_iroot_realloc()
2013-08-20 Zhi Yong Wuxfs: remove one blank line in xfs_btree_make_block_unfull()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xlog_write_setup_copy()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_mod_incore_sb_unlocked()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_btree_lookup()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_buf_free()
2013-08-20 Zhi Yong Wuxfs: fix the comment of xfs_check_sizes()
2013-08-15 Dave Chinnerxfs: use reference counts to free clean buffer items
2013-08-15 Dwight Engenenable building user namespace with xfs
2013-08-15 Dwight Engenxfs: add capability check to free eofblocks ioctl
2013-08-15 Dwight Engenxfs: create internal eofblocks structure with kuid_t...
2013-08-15 Dwight Engenxfs: convert kuid_t to/from uid_t for internal structures
2013-08-15 Dwight Engenxfs: ioctl check for capabilities in the current user...
2013-08-15 Dwight Engenxfs: convert kuid_t to/from uid_t in ACLs
2013-08-15 Dwight Engenxfs: create wrappers for converting kuid_t to/from...
2013-08-13 Dave Chinnerxfs: split the CIL lock
2013-08-13 Dave Chinnerxfs: Combine CIL insert and prepare passes
2013-08-13 Dave Chinnerxfs: avoid CIL allocation during insert
2013-08-13 Dave Chinnerxfs: Reduce allocations during CIL insertion
2013-08-13 Dave Chinnerxfs: return log item size in IOP_SIZE
2013-08-13 Eric Sandeenxfs:free bp in xlog_find_tail() error path
2013-08-13 Eric Sandeenxfs: free bp in xlog_find_zeroed() error path
2013-08-13 Eric Sandeenxfs: avoid double-free in xfs_attr_node_addname
2013-08-13 Jie Liuxfs: call roundup_64() to calculate the min_logblks
2013-08-12 Jie Liuxfs: Validate log space at mount time
2013-08-12 Jie Liuxfs: Add xfs_log_rlimit.c
2013-08-12 Jie Liuxfs: Refactor xfs_ticket_alloc() to extract a new helper
2013-08-12 Jie Liuxfs: Get rid of all XFS_XXX_LOG_RES() macro
2013-08-12 Jie Liuxfs: refactor xfs_trans_reserve() interface
2013-08-12 Jie Liuxfs: Make writeid transaction use tr_writeid
2013-08-12 Jie Liuxfs: Introduce tr_fsyncts to m_reservation
2013-08-12 Jie Liuxfs: Introduce a new structure to hold transaction...
2013-08-12 Dave Chinnerxfs: make struct xfs_perag kernel only
2013-08-12 Dave Chinnerxfs: move kernel specific type definitions to xfs.h
2013-08-12 Dave Chinnerxfs: xfs_filestreams.h doesn't need __KERNEL__
2013-08-12 Dave Chinnerxfs: remove __KERNEL__ check from xfs_dir2_leaf.c
2013-08-12 Dave Chinnerxfs: remove __KERNEL__ from debug code
2013-08-12 Dave Chinnerxfs: kill __KERNEL__ check for debug code in allocation...
2013-08-12 Dave Chinnerxfs: don't special case shared superblock mounts
2013-08-12 Dave Chinnerxfs: consolidate extent swap code
2013-08-12 Dave Chinnerxfs: consolidate xfs_utils.c
2013-08-12 Dave Chinnerxfs: consolidate xfs_rename.c
2013-08-12 Dave Chinnerxfs: kill xfs_vnodeops.[ch]
2013-08-12 Dave Chinnerxfs: fix issues that cause userspace warnings
2013-08-12 Dave Chinnerxfs: minor cleanups
2013-08-12 Dave Chinnerxfs: create xfs_bmap_util.[ch]
2013-08-12 Dave Chinnerxfs: introduce xfs_sb.c for sharing with libxfs
2013-08-12 Dave Chinnerxfs: split out the remote symlink handling
2013-08-12 Dave Chinnerxfs: split out attribute fork truncation code into...
2013-08-12 Dave Chinnerxfs: split out attribute listing code into separate...
2013-08-12 Dave Chinnerxfs: reshuffle dir2 definitions around for userspace
2013-08-12 Dave Chinnerxfs: move getdents code into it's own file
2013-08-12 Dave Chinnerxfs: introduce xfs_inode_buf.c for inode buffer operations
2013-08-12 Dave Chinnerxfs: move unrelated definitions out of xfs_inode.h
2013-08-12 Dave Chinnerxfs: move inode fork definitions to a new header file
2013-08-12 Dave Chinnerxfs: split out transaction reservation code
2013-08-12 Dave Chinnerxfs: sync minor header differences needed by userspace.
2013-08-12 Dave Chinnerxfs: introduce xfs_quota_defs.h
2013-08-12 Dave Chinnerxfs: introduce xfs_rtalloc_defs.h
2013-08-12 Dave Chinnerxfs: split out on-disk transaction definitions
2013-08-12 Dave Chinnerxfs: separate icreate log format definitions from xfs_i...
2013-08-12 Dave Chinnerxfs: separate dquot on disk format definitions out...
next