summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Btrfs: rework qgroup accountingJosef Bacik12-479/+1044
2014-06-10Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo1-0/+2
2014-06-10Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo1-4/+8
2014-06-10Btrfs: fix joining same transaction handle more than twiceWang Shilong1-2/+9
2014-06-10Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie4-27/+36
2014-06-10Btrfs: check if items are ordered when a leaf is marked dirtyFilipe Manana1-0/+6
2014-06-10Btrfs: don't access non-existent key when csum tree is emptyFilipe Manana1-1/+1
2014-06-10Btrfs: make sure there are not any read requests before stopping workersWang Shilong1-0/+5
2014-06-10Btrfs: fix possible memory leak in btrfs_create_tree()Tsutomu Itoh1-0/+1
2014-06-10btrfs: remove useless ACL checkZhangZhen1-7/+0
2014-06-10btrfs: btrfs_rm_device() should zero mirror SB as wellAnand Jain1-0/+31
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie12-94/+109
2014-06-10Btrfs: send, fix more issues related to directory renamesFilipe Manana1-94/+96
2014-06-10Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana1-6/+0
2014-06-10Btrfs: send, account for orphan directories when building path stringsFilipe Manana1-24/+9
2014-06-10Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana1-6/+7
2014-06-10btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel spaceGui Hecheng1-0/+16
2014-06-10btrfs: fix wrong max system array size check in kernel spaceGui Hecheng1-1/+2
2014-06-10btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.Qu Wenruo1-7/+30
2014-06-10Btrfs: reclaim the reserved metadata space at backgroundMiao Xie4-1/+114
2014-06-10Btrfs: output warning instead of error when loading free space cache failedMiao Xie1-2/+2
2014-06-10btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo1-2/+24
2014-06-10btrfs: assert that send is not in progres before root deletionDavid Sterba2-13/+1
2014-06-10btrfs: protect snapshots from deleting during sendDavid Sterba3-2/+53
2014-06-10btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn1-2/+1
2014-06-10Btrfs: implement inode_operations callback tmpfileFilipe Manana1-20/+98
2014-06-10btrfs: make FS_INFO ioctl available to anyoneDavid Sterba1-3/+0
2014-06-10btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba1-3/+0
2014-06-10btrfs: export more from FS_INFO to sysfsDavid Sterba1-0/+40
2014-06-10btrfs: retrieve more info from FS_INFO ioctlDavid Sterba2-1/+9
2014-06-10btrfs: balance filter: add limit of processed chunksDavid Sterba4-2/+27
2014-06-10Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana1-1/+19
2014-06-10Btrfs: do not increment on bio_index one by oneLiu Bo1-1/+1
2014-06-10Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana1-1/+2
2014-06-10btrfs: Remove unnecessary check for NULLTobias Klauser1-2/+2
2014-06-10btrfs: fix inline compressed read err corruptionZach Brown1-10/+5
2014-06-10btrfs: return ptr error from compression workspaceZach Brown1-3/+3
2014-06-10btrfs: return errno instead of -1 from compressionZach Brown2-20/+20
2014-06-10btrfs: check_int: propagate out-of-memory error upwardsStefan Behrens1-1/+4
2014-06-10Btrfs: fix hang on error (such as ENOSPC) when writing extent pagesFilipe Manana1-5/+11
2014-06-08Linux 3.15v3.15Linus Torvalds1-1/+1
2014-06-08Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait fo...Linus Torvalds2-47/+79
2014-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+5
2014-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds6-40/+50
2014-06-08Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds5-89/+64
2014-06-07x86/boot: EFI_MIXED should not prohibit loading above 4GMatt Fleming1-2/+1
2014-06-07mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi2-2/+6
2014-06-06Btrfs: send, fix corrupted path strings for long pathsFilipe Manana1-2/+5
2014-06-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-12/+20
2014-06-06mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin1-2/+1