summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-07-1322-424/+644
|\
| * xfs: Fix the logic check for all quotas being turned offChandra Seetharaman2013-07-112-11/+2
| * xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-1114-124/+291
| * xfs: fix sgid inheritance for subdirectories inheriting default acls [V3]Carlos Maiolino2013-07-101-10/+10
| * xfs: dquot log reservations are too smallDave Chinner2013-07-092-9/+25
| * xfs: remove local fork format handling from xfs_bmapi_write()Dave Chinner2013-07-094-124/+98
| * xfs: update mount options documentationDave Chinner2013-07-091-108/+209
| * xfs: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-07-091-1/+1
| * xfs: clean up unused codes at xfs_bulkstat()Jie Liu2013-07-091-27/+1
| * xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJEric Sandeen2013-07-092-10/+7
* | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-07-1315-281/+515
|\ \
| * | CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky2013-07-111-5/+4
| * | CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky2013-07-111-1/+7
| * | [CIFS] Fix minor endian error in durable handle patch seriesSteve French2013-07-101-1/+2
| * | CIFS: Reconnect durable handles for SMB2Pavel Shilovsky2013-07-108-12/+58
| * | CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky2013-07-105-50/+66
| * | CIFS: Introduce cifs_open_parms structPavel Shilovsky2013-07-106-41/+73
| * | CIFS: Request durable open for SMB2 opensPavel Shilovsky2013-07-103-2/+68
| * | CIFS: Simplify SMB2 create context handlingPavel Shilovsky2013-07-101-12/+26
| * | CIFS: Simplify SMB2_open code pathPavel Shilovsky2013-07-102-36/+25
| * | CIFS: Respect create_options in smb2_open_filePavel Shilovsky2013-07-105-22/+25
| * | CIFS: Fix lease context buffer parsingPavel Shilovsky2013-07-101-6/+7
| * | [CIFS] use sensible file nlink values if unprovidedSteve French2013-07-041-0/+5
| * | Limit allocation of crypto mechanisms to dialect which requiresSteve French2013-07-044-118/+174
* | | Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-1115-185/+951
|\ \ \
| * | | dm: add switch targetJim Ramsay2013-07-104-0/+679
| * | | dm: update maintainersAlasdair G Kergon2013-07-101-0/+2
| * | | dm: optimize reorder structureMikulas Patocka2013-07-101-7/+7
| * | | dm: optimize use SRCU and RCUMikulas Patocka2013-07-105-147/+180
| * | | dm bufio: submit writes outside lockMikulas Patocka2013-07-101-15/+58
| * | | dm cache: fix arm link errors with inlineMikulas Patocka2013-07-101-0/+4
| * | | dm verity: use __ffs and __flsMikulas Patocka2013-07-101-4/+4
| * | | dm flakey: correct ctr alloc failure mesgAlasdair G Kergon2013-07-101-1/+1
| * | | dm verity: remove pointless comparisonMikulas Patocka2013-07-101-2/+2
| * | | dm: use __GFP_HIGHMEM in __vmallocMikulas Patocka2013-07-102-2/+2
| * | | dm verity: fix inability to use a few specific devices sizesMikulas Patocka2013-07-101-3/+2
| * | | dm ioctl: set noio flag to avoid __vmalloc deadlockMikulas Patocka2013-07-101-0/+3
| * | | dm mpath: fix ioctl deadlock when no pathsHannes Reinecke2013-07-102-7/+10
* | | | Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-1112-434/+905
|\ \ \ \
| * | | | elevator: Fix a race in elevator switchingJianpeng Ma2013-07-035-30/+51
| * | | | block: Reserve only one queue tag for sync IO if only 3 tags are availableJan Kara2013-06-281-2/+9
| * | | | writeback: Fix periodic writeback after fs mountJan Kara2013-06-281-1/+8
| * | | | blk-throttle: implement proper hierarchy supportTejun Heo2013-05-144-23/+38
| * | | | blk-throttle: implement throtl_grp->has_rules[]Tejun Heo2013-05-141-7/+42
| * | | | blk-throttle: Account for child group's start time in parent while bio climbs upVivek Goyal2013-05-141-0/+33
| * | | | blk-throttle: add throtl_qnode for dispatch fairnessTejun Heo2013-05-141-25/+176
| * | | | blk-throttle: make throtl_pending_timer_fn() ready for hierarchyTejun Heo2013-05-141-7/+33
| * | | | blk-throttle: make tg_dispatch_one_bio() ready for hierarchyTejun Heo2013-05-141-7/+21
| * | | | blk-throttle: make blk_throtl_bio() ready for hierarchyTejun Heo2013-05-141-7/+20
| * | | | blk-throttle: make blk_throtl_drain() ready for hierarchyTejun Heo2013-05-141-11/+40