linux-2.6-block.git
2014-01-24 Eric Sandeenxfs: allow logical-sector sized O_DIRECT
2014-01-24 Eric Sandeenxfs: rename xfs_buftarg structure members
2014-01-24 Eric Sandeenxfs: clean up xfs_buftarg
2014-01-09 Ben MyersMerge branch 'xfs-extent-list-locking-fixes' into for...
2014-01-09 Ben MyersMerge branch 'xfs-misc' into for-next
2014-01-09 Chuansheng Liuxfs: Calling destroy_work_on_stack() to pair with INIT_...
2014-01-06 Jie Liuxfs: fix off-by-one error in xfs_attr3_rmt_verify
2013-12-18 Christoph Hellwigxfs: assert that we hold the ilock for extent map access
2013-12-18 Christoph Hellwigxfs: use xfs_ilock_attr_map_shared in xfs_attr_list_int
2013-12-18 Christoph Hellwigxfs: use xfs_ilock_attr_map_shared in xfs_attr_get
2013-12-18 Christoph Hellwigxfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterate
2013-12-18 Christoph Hellwigxfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobp
2013-12-18 Christoph Hellwigxfs: take the ilock around xfs_bmapi_read in xfs_zero_r...
2013-12-18 Ben Myersxfs: reinstate the ilock in xfs_readdir
2013-12-18 Christoph Hellwigxfs: add xfs_ilock_attr_map_shared
2013-12-18 Christoph Hellwigxfs: rename xfs_ilock_map_shared
2013-12-18 Christoph Hellwigxfs: remove xfs_iunlock_map_shared
2013-12-18 Christoph Hellwigxfs: no need to lock the inode in xfs_find_handle
2013-12-18 Ben MyersMerge branch 'xfs-for-linus-v3.13-rc5' into for-next
2013-12-17 Dave Chinnerxfs: abort metadata writeback on permanent errors
2013-12-17 Dave Chinnerxfs: swalloc doesn't align allocations properly
2013-12-17 Christoph Hellwigxfs: remove xfsbdstrat error
2013-12-17 Dave Chinnerxfs: align initial file allocations correctly
2013-12-17 Namjae JeonMAINTAINERS: fix incorrect mail address of XFS maintainer
2013-12-17 Jie Liuxfs: fix infinite loop by detaching the group/project...
2013-12-17 Jie Liuxfs: fix assertion failure at xfs_setattr_nonsize
2013-12-17 Jie Liuxfs: fix false assertion at xfs_qm_vop_create_dqattach
2013-12-17 Mark Tinguelyxfs: fix memory leak in xfs_dir2_node_removename
2013-12-13 Ben MyersMerge branch 'xfs-factor-icluster-macros' into for...
2013-12-13 Jie Liuxfs: use xfs_icluster_size_fsb in xfs_imap
2013-12-13 Jie Liuxfs: use xfs_icluster_size_fsb in xfs_ifree_cluster
2013-12-13 Jie Liuxfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_init
2013-12-13 Jie Liuxfs: use xfs_icluster_size_fsb in xfs_bulkstat
2013-12-13 Jie Liuxfs: introduce a common helper xfs_icluster_size_fsb
2013-12-13 Jie Liuxfs: get rid of XFS_IALLOC_BLOCKS macros
2013-12-13 Jie Liuxfs: get rid of XFS_INODE_CLUSTER_SIZE macros
2013-12-13 Jie Liuxfs: get rid of XFS_IALLOC_INODES macros
2013-12-13 Christoph Hellwigxfs: remove the quotaoff log format from the quotaoff...
2013-12-13 Christoph Hellwigxfs: remove the dquot log format from the dquot log...
2013-12-13 Christoph Hellwigxfs: remove the inode log format from the inode log...
2013-12-13 Christoph Hellwigxfs: format logged extents directly into the CIL
2013-12-13 Christoph Hellwigxfs: format log items write directly into the linear...
2013-12-13 Christoph Hellwigxfs: introduce xlog_copy_iovec
2013-12-13 Christoph Hellwigxfs: refactor xfs_inode_item_format
2013-12-13 Christoph Hellwigxfs: refactor xfs_inode_item_size
2013-12-13 Christoph Hellwigxfs: refactor xfs_buf_item_format_segment
2013-12-13 Christoph Hellwigxfs: remove duplicate code in xlog_cil_insert_format_items
2013-12-11 Dave Chinnerxfs: align initial file allocations correctly
2013-12-11 Ben Myersxfs: fix calculation of freed inode cluster blocks
2013-12-11 Namjae JeonMAINTAINERS: fix incorrect mail address of XFS maintainer
2013-12-11 Dave Chinnerxfs: xfs_dir2_block_to_sf temp buffer allocation fails
2013-12-10 Dave Chinnerxfs: growfs overruns AGFL buffer on V4 filesystems
2013-12-10 Jie Liuxfs: don't perform discard if the given range length...
2013-12-10 Dan Carpenterxfs: underflow bug in xfs_attrlist_by_handle()
2013-12-09 Jie Liuxfs: fix infinite loop by detaching the group/project...
2013-12-09 Jie Liuxfs: fix assertion failure at xfs_setattr_nonsize
2013-12-06 Christoph Hellwigxfs: add xfs_setattr_time
2013-12-06 Christoph Hellwigxfs: tiny xfs_setattr_mode cleanup
2013-12-06 Jie Liuxfs: fix false assertion at xfs_qm_vop_create_dqattach
2013-12-06 Jie Liuxfs: integrate xfs_quota_priv header file to xfs_qm
2013-12-06 Jie Liuxfs: make quota metadata truncation behavior consistent...
2013-12-05 Mark Tinguelyxfs: fix memory leak in xfs_dir2_node_removename
2013-12-05 Mark Tinguelyxfs: free the list of recovery items on error
2013-12-05 Christoph Hellwigfs: fix iversion handling
2013-12-05 Dave Chinnerxfs: growfs overruns AGFL buffer on V4 filesystems
2013-12-04 Jie Liuxfs: don't perform discard if the given range length...
2013-12-04 Christoph Hellwigxfs: fix the comment explaining xfs_trans_dqlockedjoin
2013-12-04 Dan Carpenterxfs: underflow bug in xfs_attrlist_by_handle()
2013-12-04 Christoph Hellwigxfs: remove unused FI_ flags
2013-12-04 Eric Sandeenxfs: simplify xfs_setsize_buftarg callchain; remove...
2013-11-29 Linus TorvaldsLinux 3.13-rc2 v3.13-rc2
2013-11-29 Linus TorvaldsMerge tag 'arm64-stable' of git://git./linux/kernel...
2013-11-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-11-29 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2013-11-29 Linus TorvaldsMerge branch 'for-3.13-fixes' of git://git./linux/kerne...
2013-11-29 Linus TorvaldsMerge branch 'for-3.13-fixes' of git://git./linux/kerne...
2013-11-29 Linus TorvaldsMerge branch 'for-3.13-fixes' of git://git./linux/kerne...
2013-11-29 Linus TorvaldsMerge tag 'sound-3.13-rc2' of git://git./linux/kernel...
2013-11-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-11-29 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-11-29 Catalin Marinasarm64: Move PTE_PROT_NONE higher up
2013-11-29 Catalin Marinasarm64: Use Normal NonCacheable memory for writecombine
2013-11-29 Al Virofix bogus path_put() of nd->root after some unlazy_walk...
2013-11-28 Dave Airliedrm/qxl: fix memory leak in release list handling
2013-11-28 Matthew Leacharm64: debug: make aarch32 bkpt checking endian clean
2013-11-28 Matthew Leacharm64: ptrace: fix compat registes get/set to be endian...
2013-11-28 Linus TorvaldsMerge tag 'gpio-v3.13-2' of git://git./linux/kernel...
2013-11-28 Linus TorvaldsMerge tag 'md/3.13-fixes' of git://neil.brown.name/md
2013-11-28 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2013-11-28 Helge Dellerkernel/extable: fix address-checks for core_kernel...
2013-11-28 Takashi IwaiALSA: hda - Add LFE chmap to ASUS ET2700
2013-11-28 Takashi IwaiALSA: hda - Initialize missing bass speaker pin for...
2013-11-28 Oleksij RempelALSA: hda - limit mic boost on Asus UX31[A,E]
2013-11-28 Takashi IwaiALSA: hda - Check leaf nodes to find aamix amps
2013-11-28 Florian Meieri2c: bcm2835: Linking platform nodes to adapter nodes
2013-11-28 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-11-28 Linus TorvaldsMerge tag 'tty-3.13-rc2' of git://git./linux/kernel...
2013-11-28 Linus TorvaldsMerge tag 'staging-3.13-rc2' of git://git./linux/kernel...
2013-11-28 Linus TorvaldsMerge tag 'driver-core-3.13-rc2' of git://git./linux...
2013-11-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next