summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-fix-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-2211-23/+124
|\
| * ALSA: timer: Introduce disconnect op to snd_timer_instanceTakashi Iwai2016-01-212-12/+12
| * ALSA: timer: Handle disconnection more safelyTakashi Iwai2016-01-211-0/+48
| * ALSA: hda - Flush the pending probe work at removeTakashi Iwai2016-01-201-1/+9
| * ALSA: hda - Fix missing module loading with model=generic optionTakashi Iwai2016-01-201-10/+32
| * ALSA: hda - Degrade i915 binding failure messageTakashi Iwai2016-01-202-3/+5
| * ALSA: at73c213: manage SSC clockMans Rullgard2016-01-201-0/+11
| * ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai2016-01-181-0/+2
| * ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat2016-01-181-4/+5
| * ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat2016-01-181-4/+9
| * ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai2016-01-181-1/+2
| * ALSA: hda - Fix bass pin fixup for ASUS N550JXTakashi Iwai2016-01-181-0/+1
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-2216-213/+264
|\ \
| * | btrfs: raid56: Use raid_write_end_io for scrubZhao Lei2016-01-201-27/+5
| * | btrfs: Remove unnecessary ClearPageUptodate for raid56Zhao Lei2016-01-201-2/+0
| * | btrfs: use rbio->nr_pages to reduce calculationZhao Lei2016-01-201-12/+7
| * | btrfs: Use unified stripe_page's index calculationZhao Lei2016-01-201-22/+21
| * | btrfs: Fix calculation of rbio->dbitmap's size calculationZhao Lei2016-01-202-3/+3
| * | btrfs: Fix no_space in write and rm loopZhao Lei2016-01-201-1/+3
| * | btrfs: merge functions for wait snapshot creationZhao Lei2016-01-203-21/+22
| * | btrfs: delete unused argument in btrfs_copy_from_userZhao Lei2016-01-201-4/+2
| * | btrfs: Use direct way to determine raid56 write/recover modeZhao Lei2016-01-191-1/+2
| * | btrfs: Small cleanup for get index_srcdev loopZhao Lei2016-01-191-22/+20
| * | btrfs: Enhance chunk validation checkQu Wenruo2016-01-191-1/+32
| * | btrfs: Enhance super validation checkQu Wenruo2016-01-191-49/+48
| * | Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-01-194-8/+10
| * | Btrfs: fix typo in log message when starting a balanceFilipe Manana2016-01-191-1/+1
| * | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-196-15/+56
| |\ \
| | * | btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior2016-01-151-0/+1
| | * | Btrfs: fix output of compression message in btrfs_parse_options()Tsutomu Itoh2016-01-151-7/+22
| | * | Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra2016-01-154-8/+33
| * | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-197-24/+32
| |\ \ \
| | * | | btrfs: remove duplicate const specifierColin Ian King2016-01-191-1/+1
| | * | | Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter2016-01-151-1/+1
| | * | | btrfs: fix iterator with update error in backref.cGeliang Tang2016-01-151-5/+5
| | * | | btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney2016-01-156-17/+25
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-01-2214-276/+895
|\ \ \ \ \
| * | | | | fs: clean up the flags definition in uapi/linux/fs.hTheodore Ts'o2016-01-081-4/+27
| * | | | | ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface supportLi Xi2016-01-082-87/+336
| * | | | | ext4: add project quota supportLi Xi2016-01-082-6/+61
| * | | | | ext4: adds project ID supportLi Xi2016-01-085-4/+68
| * | | | | ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o2016-01-083-17/+11
| * | | | | ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o2015-12-101-0/+4
| * | | | | ext4: use pre-zeroed blocks for DAX page faultsJan Kara2015-12-073-36/+74
| * | | | | ext4: implement allocation of pre-zeroed blocksJan Kara2015-12-074-4/+36
| * | | | | ext4: provide ext4_issue_zeroout()Jan Kara2015-12-074-15/+23
| * | | | | ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flagJan Kara2015-12-073-28/+22
| * | | | | ext4: document lock orderingJan Kara2015-12-071-0/+30
| * | | | | ext4: fix races of writeback with punch hole and zero rangeJan Kara2015-12-073-1/+42
| * | | | | ext4: fix races between buffered IO and collapse / insert rangeJan Kara2015-12-071-28/+31