summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: remove csum_bytes_leftLiu Bo2015-06-033-16/+0
* Btrfs: fix -ENOSPC on block group removalFilipe Manana2015-06-033-8/+30
* Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana2015-06-034-2/+50
* Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik2015-06-031-0/+2
* Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval2015-06-032-0/+5
* Btrfs: unify subvol= and subvolid= mountingOmar Sandoval2015-06-031-67/+171
* Btrfs: fail on mismatched subvol and subvolid mount optionsOmar Sandoval2015-06-031-8/+25
* Btrfs: clean up error handling in mount_subvol()Omar Sandoval2015-06-031-28/+33
* Btrfs: remove all subvol options before mounting top-levelOmar Sandoval2015-06-031-36/+20
* Btrfs: lock superblock before remounting for rw subvolOmar Sandoval2015-06-031-0/+2
* Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana2015-06-031-1/+6
* Btrfs: fix chunk allocation regression leading to transaction abortFilipe Manana2015-06-031-3/+19
* btrfs: use after free when closing devicesSasha Levin2015-06-031-2/+2
* btrfs: make root id query unprivilegedDavid Sterba2015-06-031-4/+16
* Btrfs: fix block group ->space_info null pointer dereferenceFilipe Manana2015-06-031-2/+23
* Btrfs: check error before reporting missing device and add uuidAnand Jain2015-06-031-1/+2
* btrfs: Fix superblock csum type check.Qu Wenruo2015-06-031-1/+1
* Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana2015-06-031-1/+17
* btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer2015-06-031-4/+4
* Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana2015-06-031-8/+6
* Btrfs: log when missing device is createdAnand Jain2015-06-031-0/+2
* btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba2015-06-032-4/+4
* btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba2015-06-032-0/+7
* btrfs: report exact callsite where transaction abort occursDavid Sterba2015-06-032-11/+9
* btrfs: let tree defrag work in SSD modeDavid Sterba2015-06-031-3/+0
* Btrfs: check pending chunks when shrinking fs to avoid corruptionFilipe Manana2015-06-031-9/+40
* Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval2015-06-031-3/+1
* Linux 4.1-rc6v4.1-rc6Linus Torvalds2015-06-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-06-011-4/+4
|\
| * d_walk() might skip too muchAl Viro2015-05-291-4/+4
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-05-313-15/+18
|\ \
| * | ARM: 8357/1: perf: fix memory leak when probing PMU PPIsWill Deacon2015-05-181-4/+5
| * | ARM: fix missing syscall trace exitRussell King2015-05-151-1/+3
| * | ARM: 8356/1: mm: handle non-pmd-aligned end of RAMMark Rutland2015-05-141-10/+10
* | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2015-05-317-15/+30
|\ \ \
| * | | MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regressionMaciej W. Rozycki2015-05-291-2/+13
| * | | MIPS: BMIPS: Fix bmips_wr_vec()Petri Gynther2015-05-291-1/+1
| * | | MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not setLaurent Fasnacht2015-05-291-0/+3
| * | | MIPS: Fuloong 2E: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760Geert Uytterhoeven2015-05-261-1/+1
| * | | MIPS: irq: Use DECLARE_BITMAPJoe Perches2015-05-261-1/+1
| * | | ttyFDC: Fix to use native endian MMIO readsJames Hogan2015-05-261-8/+9
| * | | MIPS: Fix CDMM to use native endian MMIO readsJames Hogan2015-05-261-2/+2
* | | | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2015-05-312-40/+185
|\ \ \ \
| * | | | tools/power turbostat: update version number to 4.7Len Brown2015-05-281-1/+1
| * | | | tools/power turbostat: allow running without cpu0Prarit Bhargava2015-05-281-15/+31
| * | | | tools/power turbostat: correctly decode of ENERGY_PERFORMANCE_BIASLen Brown2015-05-281-1/+1
| * | | | tools/power turbostat: enable turbostat to support Knights Landing (KNL)Dasaratharaman Chandramouli2015-05-282-4/+102
| * | | | tools/power turbostat: correctly display more than 2 threads/coreDasaratharaman Chandramouli2015-05-271-20/+51
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-05-3124-287/+180
|\ \ \ \
| * | | | iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier2015-05-311-3/+3