summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-2214-74/+189
| |\
| * | net: sctp: introduce uapi header for sctpDaniel Borkmann2013-04-091-1/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-05-0128-1397/+1845
|\ \ \
| * | | ext4: fix type-widening bug in inode table readahead codeTheodore Ts'o2013-04-231-2/+3
| * | | ext4: add check for inodes_count overflow in new resize ioctlTheodore Ts'o2013-04-211-0/+4
| * | | ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o2013-04-211-1/+2
| * | | ext4: fix online resizing for ext3-compat file systemsTheodore Ts'o2013-04-211-0/+2
| * | | jbd2: trace when lock_buffer in do_get_write_access takes a long timeTheodore Ts'o2013-04-211-0/+8
| * | | ext4: mark metadata blocks using bh flagsTheodore Ts'o2013-04-212-1/+7
| * | | buffer: add BH_Prio and BH_Meta flagsTheodore Ts'o2013-04-201-0/+5
| * | | ext4: mark all metadata I/O with REQ_METATheodore Ts'o2013-04-204-5/+5
| * | | ext4: fix readdir error in case inline_data+^dir_index.Tao Ma2013-04-191-18/+51
| * | | ext4: fix readdir error in the case of inline_data+dir_indexTao Ma2013-04-194-28/+153
| * | | jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetZheng Liu2013-04-191-1/+0
| * | | ext4: mext_insert_extents should update extent block checksumDarrick J. Wong2013-04-193-17/+8
| * | | ext4: move quota initialization out of inode allocation transactionJan Kara2013-04-192-44/+53
| * | | ext4: reserve xattr index for Rich ACL supportTheodore Ts'o2013-04-181-0/+1
| * | | ext4: clear buffer_uninit flag when submitting IOJan Kara2013-04-121-1/+1
| * | | ext4: use io_end for multiple biosJan Kara2013-04-113-86/+128
| * | | ext4: make ext4_bio_write_page() use BH_Async_Write flagsJan Kara2013-04-112-100/+77
| * | | ext4: Use kstrtoul() instead of parse_strtoul()Lukas Czerner2013-04-111-18/+9
| * | | ext4: defragmentation code cleanupDmitry Monakhov2013-04-111-2/+9
| * | | ext4: do not convert to indirect with bigalloc enabledLukas Czerner2013-04-111-0/+4
| * | | ext4: move ext4_ind_migrate() into migrate.cLukas Czerner2013-04-103-59/+58
| * | | ext4: fix miscellaneous big endian warningsTheodore Ts'o2013-04-093-12/+14
| * | | ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov2013-04-092-5/+5
| * | | ext4: fix big-endian bug in extent migration codeDmitry Monakhov2013-04-091-1/+1
| * | | ext4: fix usless declarationsDmitri Monakho2013-04-094-5/+0
| * | | ext4: introduce reserved spaceLukas Czerner2013-04-095-23/+130
| * | | ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKSJan Kara2013-04-091-2/+4
| * | | ext4: speed-up releasing blocks on commitAndrey Sidorov2013-04-091-61/+172
| * | | ext4: fix free space estimate in ext4_nonda_switch()Eric Whitney2013-04-091-7/+8
| * | | ext4: fix deadlock with quota featureJan Kara2013-04-091-0/+2
| * | | ext4: fix incorrect lock ordering for ext4_ind_migrateDmitry Monakhov2013-04-081-7/+5
| * | | ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOTDr. Tilmann Bubeck2013-04-084-26/+238
| * | | ext4: print more info in ext4_print_free_blocks()Lukas Czerner2013-04-031-5/+8
| * | | ext4: try to prepend extent to the existing oneLukas Czerner2013-04-031-23/+85
| * | | ext4: Transfer initialized block to right neighbor if possibleLukas Czerner2013-04-031-46/+89
| * | | ext4: introduce ext4_get_group_number()Lukas Czerner2013-04-034-18/+33
| * | | ext4: make ext4_block_in_group() much more efficientLukas Czerner2013-04-033-7/+29
| * | | ext4: unregister es_shrinker if mount failedDmitry Monakhov2013-04-031-3/+4
| * | | ext4: fix journal callback list traversalDmitry Monakhov2013-04-033-7/+14
| * | | jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov2013-04-031-22/+28
| * | | ext4: support simple conversion of extent-mapped inodes to use i_blocksTheodore Ts'o2013-04-033-13/+69
| * | | ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-04-033-4/+33
| * | | ext4: add might_sleep() annotationsTheodore Ts'o2013-04-032-0/+10
| * | | ext4: add mutex_is_locked() assertion to ext4_truncate()Theodore Ts'o2013-04-031-0/+7
| * | | ext4: refactor truncate codeTheodore Ts'o2013-04-034-148/+78
| * | | ext4: refactor punch hole codeTheodore Ts'o2013-04-034-347/+183
OpenPOWER on IntegriCloud