summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Btrfs: zero unused bytes in inode itemLi Zefan2-0/+3
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan4-19/+10
2012-07-23btrfs read error corrected message floods the console during recoveryAnand Jain1-1/+1
2012-07-23Btrfs: fix buffer leak in btrfs_next_old_leafJan Schmidt1-0/+1
2012-07-23Btrfs: do not count in readonly bytesLiu Bo1-1/+1
2012-07-23Btrfs: add ro notification to dump_space_infoLiu Bo1-3/+3
2012-07-23Btrfs: fix a bug of writting free space cache during balanceLiu Bo1-3/+21
2012-07-23Btrfs: do not abort transaction in prealloc caseLiu Bo1-1/+5
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo4-15/+16
2012-07-23Btrfs: fix btrfs_is_free_space_inode to recognize btree inodeLiu Bo1-2/+4
2012-07-23Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages()Stefan Behrens1-1/+1
2012-07-23Btrfs: rework shrink_delallocJosef Bacik1-57/+24
2012-07-23Btrfs: do not set subvolume flags in readonly modeLiu Bo1-14/+28
2012-07-23Btrfs: use mnt_want_write_file instead of mnt_want_writeLiu Bo1-2/+2
2012-07-23Btrfs: remove redundant r/o check for superblockLiu Bo1-7/+0
2012-07-23Btrfs: check write access to mount earlier while creating snapshotsLiu Bo1-11/+11
2012-07-23Btrfs: fix typo in cow_file_range_async and async_cow_submitLiu Bo1-2/+2
2012-07-23Btrfs: change how we indicate we're adding csumsJosef Bacik4-15/+18
2012-07-23Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh2-3/+3
2012-07-23Btrfs: fix error handling in __add_reloc_root()Dan Carpenter1-1/+2
2012-07-23Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mountingIlya Dryomov1-2/+2
2012-07-23Btrfs: do not return EINVAL instead of ENOMEM from open_ctree()Ilya Dryomov1-1/+1
2012-07-23Btrfs: add DEVICE_READY ioctlJosef Bacik4-2/+18
2012-07-23Btrfs: flush delayed inodes if we're short on spaceJosef Bacik3-38/+83
2012-07-23btrfs: join DEV_STATS ioctls to oneDavid Sterba4-15/+15
2012-07-23btrfs: ignore unfragmented file checks in defrag when compression enabled - r...Andrew Mahone1-3/+5
2012-07-23Btrfs: small naming cleanup in join_transaction()Dan Carpenter1-2/+2
2012-07-23Btrfs: don't update atime on RO subvolumesAlexander Block2-0/+7
2012-07-23Btrfs: allow mount -o remount,compress=noArnd Hannemann1-1/+8
2012-07-23Btrfs: remove ->dirty_inodeJosef Bacik1-11/+0
2012-07-23Btrfs: reduce calls to wake_up on uncontended locksChris Mason1-5/+9
2012-07-23Btrfs: don't wait around for new log writers on an SSDChris Mason1-1/+2
2012-07-21Linux 3.5Linus Torvalds1-1/+1
2012-07-21Remove SYSTEM_SUSPEND_DISK system stateRafael J. Wysocki1-1/+0
2012-07-21Merge branch 'anton-kgdb' (kgdb dmesg fixups)Linus Torvalds4-87/+104
2012-07-21kdb: Switch to nolock variants of kmsg_dump functionsAnton Vorontsov1-4/+4
2012-07-21printk: Implement some unlocked kmsg_dump functionsAnton Vorontsov2-13/+71
2012-07-21printk: Remove kdb_syslog_dataAnton Vorontsov2-16/+0
2012-07-21kdb: Revive dmesg commandAnton Vorontsov1-58/+33
2012-07-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds51-168/+272
2012-07-20Merge tag 'dm-3.5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-3/+11
2012-07-20Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds3-55/+69
2012-07-20Merge tag 'upstream-3.5-rc8' of git://git.infradead.org/linux-ubifsLinus Torvalds1-2/+6
2012-07-20dm raid1: set discard_zeroes_data_unsupportedMikulas Patocka1-0/+1
2012-07-20dm thin: do not send discards to shared blocksMikulas Patocka1-1/+5
2012-07-20dm raid1: fix crash with mirror recovery and discardMikulas Patocka2-2/+5
2012-07-20pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+13
2012-07-20pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh1-2/+7
2012-07-20ore: Unlock r4w pages in exact reverse order of lockingBoaz Harrosh1-12/+12
2012-07-20ore: Remove support of partial IO request (NFS crash)Boaz Harrosh1-7/+1