| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: convert mm->nr_ptes to atomic_long_t | Kirill A. Shutemov | 2013-11-15 | 7 | -14/+16 |
* | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS | Kirill A. Shutemov | 2013-11-15 | 4 | -13/+13 |
* | mm: avoid increase sizeof(struct page) due to split page table lock | Kirill A. Shutemov | 2013-11-15 | 1 | -0/+1 |
* | mm: drop actor argument of do_generic_file_read() | Kirill A. Shutemov | 2013-11-15 | 1 | -5/+5 |
* | drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REG | Andrew Morton | 2013-11-15 | 2 | -3/+3 |
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-11-14 | 11 | -127/+168 |
|\ |
|
| * | ext4: add prototypes for macro-generated functions | Andreas Dilger | 2013-11-11 | 1 | -0/+11 |
| * | ext4: return non-zero st_blocks for inline data | Andreas Dilger | 2013-11-11 | 1 | -3/+11 |
| * | ext4: use prandom_u32() instead of get_random_bytes() | Theodore Ts'o | 2013-11-08 | 3 | -7/+4 |
| * | ext4: remove unreachable code after ext4_can_extents_be_merged() | Eric Sandeen | 2013-11-07 | 1 | -26/+0 |
| * | ext4: remove unreachable code in ext4_can_extents_be_merged() | Eric Sandeen | 2013-11-04 | 1 | -7/+2 |
| * | ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea() | Theodore Ts'o | 2013-10-31 | 1 | -0/+1 |
| * | ext4: don't count free clusters from a corrupt block group | Darrick J. Wong | 2013-10-31 | 1 | -2/+11 |
| * | ext4: fix FITRIM in no journal mode | Lukas Czerner | 2013-10-30 | 1 | -2/+2 |
| * | ext4: drop set but otherwise unused variable from ext4_add_dirent_to_inline() | Azat Khuzhin | 2013-10-30 | 1 | -2/+0 |
| * | ext4: change ext4_read_inline_dir() to return 0 on success | BoxiLiu | 2013-10-30 | 1 | -0/+1 |
| * | ext4: pair trace_ext4_writepages & trace_ext4_writepages_result | Ming Lei | 2013-10-30 | 1 | -5/+6 |
| * | ext4: add ratelimiting to ext4 messages | Theodore Ts'o | 2013-10-17 | 2 | -58/+100 |
| * | ext4: fix performance regression in ext4_writepages | Ming Lei | 2013-10-17 | 1 | -13/+13 |
| * | ext4: fixup kerndoc annotation of mpage_map_and_submit_extent() | Jan Kara | 2013-10-16 | 1 | -0/+3 |
| * | ext4: fix assertion in ext4_add_complete_io() | Jan Kara | 2013-10-16 | 1 | -2/+3 |
* | | Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2013-11-14 | 116 | -4681/+5209 |
|\ \ |
|
| * | | xfs: simplify kmem_{zone_}zalloc | Gu Zheng | 2013-11-06 | 2 | -25/+18 |
| * | | xfs: add tracepoints to AGF/AGI read operations | Dave Chinner | 2013-11-06 | 3 | -2/+34 |
| * | | xfs: trace AIL manipulations | Dave Chinner | 2013-11-06 | 3 | -1/+62 |
| * | | xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering | Dave Chinner | 2013-11-04 | 1 | -28/+44 |
| * | | xfs: fix the extent count when allocating an new indirection array entry | Jie Liu | 2013-10-31 | 1 | -5/+4 |
| * | | xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields | Eric Sandeen | 2013-10-30 | 1 | -2/+11 |
| * | | xfs: fix possible NULL dereference in xlog_verify_iclog | Geyslan G. Bem | 2013-10-30 | 1 | -5/+3 |
| * | | xfs:xfs_dir2_node.c: pointer use before check for null | Denis Efremov | 2013-10-30 | 1 | -1/+0 |
| * | | xfs: prevent stack overflows from page cache allocation | Dave Chinner | 2013-10-30 | 2 | -2/+10 |
| * | | xfs: fix static and extern sparse warnings | Dave Chinner | 2013-10-30 | 12 | -8/+18 |
| * | | xfs: validity check the directory block leaf entry count | Dave Chinner | 2013-10-30 | 1 | -4/+15 |
| * | | xfs: make dir2 ftype offset pointers explicit | Dave Chinner | 2013-10-30 | 1 | -2/+21 |
| * | | xfs: convert directory vector functions to constants | Dave Chinner | 2013-10-30 | 10 | -176/+112 |
| * | | xfs: convert directory vector functions to constants | Dave Chinner | 2013-10-30 | 5 | -70/+126 |
| * | | xfs: vectorise encoding/decoding directory headers | Dave Chinner | 2013-10-30 | 11 | -281/+338 |
| * | | xfs: vectorise DA btree operations | Dave Chinner | 2013-10-30 | 10 | -81/+139 |
| * | | xfs: vectorise directory leaf operations | Dave Chinner | 2013-10-30 | 10 | -159/+218 |
| * | | xfs: vectorise directory data operations part 2 | Dave Chinner | 2013-10-30 | 10 | -137/+186 |
| * | | xfs: vectorise directory data operations | Dave Chinner | 2013-10-30 | 9 | -205/+329 |
| * | | xfs: vectorise remaining shortform dir2 ops | Dave Chinner | 2013-10-30 | 6 | -183/+199 |
| * | | xfs: abstract the differences in dir2/dir3 via an ops vector | Dave Chinner | 2013-10-30 | 12 | -45/+132 |
| * | | xfs: split xfs_rtalloc.c for userspace sanity | Dave Chinner | 2013-10-23 | 4 | -1248/+1292 |
| * | | xfs: decouple inode and bmap btree header files | Dave Chinner | 2013-10-23 | 73 | -583/+403 |
| * | | xfs: decouple log and transaction headers | Dave Chinner | 2013-10-23 | 75 | -239/+276 |
| * | | xfs: remove unused transaction callback variables | Dave Chinner | 2013-10-23 | 1 | -7/+0 |
| * | | xfs: split dquot buffer operations out | Dave Chinner | 2013-10-23 | 8 | -266/+303 |
| * | | xfs: unify directory/attribute format definitions | Dave Chinner | 2013-10-23 | 33 | -426/+437 |
| * | | xfs: create a shared header file for format-related information | Dave Chinner | 2013-10-23 | 54 | -232/+289 |