summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ceph: avoid divide by zero in __validate_layout()Sage Weil2012-08-211-1/+2
| * | | libceph: avoid truncation due to racing bannersJim Schutt2012-08-211-2/+9
| * | | ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil2012-08-211-5/+10
| * | | libceph: delay debugfs initialization until we learn global_idSage Weil2012-08-204-6/+51
* | | | Merge tag 'nfs-for-3.6-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-08-2217-119/+241
|\ \ \ \
| * | | | NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust2012-08-201-1/+1
| * | | | NFSv4: Ensure that nfs4_alloc_client cleans up on error.Trond Myklebust2012-08-201-1/+1
| * | | | NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker2012-08-161-4/+2
| * | | | NFS: Clear key construction data if the idmap upcall failsBryan Schumaker2012-08-161-14/+42
| * | | | NFSv4: Don't use private xdr_stream fields in decode_getaclTrond Myklebust2012-08-161-5/+6
| * | | | NFSv4: Fix the acl cache size calculationTrond Myklebust2012-08-161-2/+3
| * | | | NFSv4: Fix pointer arithmetic in decode_getaclTrond Myklebust2012-08-162-15/+8
| * | | | NFS: Alias the nfs module to nfs4bjschuma@gmail.com2012-08-161-0/+2
| * | | | NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com2012-08-165-26/+49
| * | | | NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust2012-08-081-6/+2
| * | | | pnfs-obj: Better IO pattern in case of unaligned offsetBoaz Harrosh2012-08-021-3/+52
| * | | | NFS41: add pg_layout_private to nfs_pageio_descriptorPeng Tao2012-08-023-0/+4
| * | | | pnfs: nfs4_proc_layoutget returns voidIdan Kedar2012-08-022-5/+5
| * | | | pnfs: defer release of pages in layoutgetIdan Kedar2012-08-023-40/+58
| * | | | nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton2012-08-021-3/+12
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-225-46/+56
|\ \ \ \ \
| * | | | | task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-221-0/+1
| * | | | | fs: fix fs/namei.c kernel-doc warningsRandy Dunlap2012-08-221-0/+2
| * | | | | eventpoll: use-after-possible-free in epoll_create1()Al Viro2012-08-221-1/+1
| * | | | | vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro2012-08-221-2/+2
| * | | | | vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro2012-08-221-2/+1
| * | | | | vfio: get rid of open-coding kref_put_mutexAl Viro2012-08-221-7/+2
| * | | | | introduce kref_put_mutex()Al Viro2012-08-221-0/+18
| * | | | | vfio: don't dereference after kfree...Al Viro2012-08-221-1/+2
| * | | | | mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro2012-08-181-33/+28
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-2116-110/+258
|\ \ \ \ \ \
| * | | | | | mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman2012-08-214-29/+93
| * | | | | | mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman2012-08-211-26/+28
| * | | | | | rapidio/tsi721: fix unused variable compiler warningAlexandre Bounine2012-08-211-1/+4
| * | | | | | rapidio/tsi721: fix inbound doorbell interrupt handlingAlexandre Bounine2012-08-211-0/+7
| * | | | | | drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto2012-08-211-2/+5
| * | | | | | mm: correct page->pfmemalloc to fix deactivate_slab regressionAlex Shi2012-08-211-10/+11
| * | | | | | drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov2012-08-211-0/+2
| * | | | | | mm/compaction.c: fix deferring compaction mistakeMinchan Kim2012-08-211-1/+1
| * | | | | | drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt2012-08-211-19/+65
| * | | | | | string: do not export memweight() to userspaceWANG Cong2012-08-211-1/+1
| * | | | | | hugetlb: update hugetlbpage.txtZhouping Liu2012-08-211-2/+8
| * | | | | | checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACROJoe Perches2012-08-211-1/+2
| * | | | | | mm: hugetlbfs: correctly populate shared pmdMichal Hocko2012-08-211-5/+16
| * | | | | | cciss: fix incorrect scsi status reportingStephen M. Cameron2012-08-211-10/+1
| * | | | | | Documentation: update mount option in filesystem/vfat.txtNamjae Jeon2012-08-211-0/+11
| * | | | | | mm: change nr_ptes BUG_ON to WARN_ONHugh Dickins2012-08-211-1/+1
| * | | | | | cs5535-clockevt: typo, it's MFGPT, not MFPGTJens Rottmann2012-08-211-2/+2
* | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-2115-179/+217
|\ \ \ \ \ \ \
| * | | | | | | [media] media: soc_camera: don't clear pix->sizeimage in JPEG modeAlbert Wang2012-08-152-1/+8
OpenPOWER on IntegriCloud