summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro2013-04-093-192/+195
| * f2fs: use mnt_want_write_file() in ioctlAl Viro2013-04-091-2/+2
| * lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-099-20/+14
| * hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro2013-04-091-16/+20
| * reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro2013-04-091-60/+1
| * fold release_mounts() into namespace_unlock()Al Viro2013-04-091-23/+30
| * switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro2013-04-093-24/+16
| * more conversions to namespace_unlock()Al Viro2013-04-091-14/+6
| * get rid of the second argument of shrink_submounts()Al Viro2013-04-091-4/+4
| * saner umount_tree()/release_mounts(), part 1Al Viro2013-04-091-4/+13
| * get rid of full-hash scan on detaching vfsmountsAl Viro2013-04-094-97/+149
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-05-018-0/+589
|\ \
| * \ Merge tag 'v3.9' into efi-for-tip2Matt Fleming2013-04-3026-129/+250
| |\ \
| * \ \ Merge remote-tracking branch 'efi/chainsaw' into x86/efiH. Peter Anvin2013-04-20585-7899/+16959
| |\ \ \
| | * | | efi: split efisubsystem from efivarsTom Gundersen2013-04-171-1/+1
| | * | | efivarfs: Move to fs/efivarfsMatt Fleming2013-04-178-0/+594
* | | | | 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
OpenPOWER on IntegriCloud