aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-17dm: add dm-power-fail targetdm-powerfailJosef Bacik3-0/+701
2014-11-14Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2014-11-13Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana5-24/+60
2014-11-06Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik1-1/+1
2014-11-03Btrfs: don't take the chunk_mutex/dev_list mutex in statfsJosef Bacik1-25/+47
2014-10-31Btrfs: move read only block groups onto their own listJosef Bacik2-23/+17
2014-10-30Btrfs: properly clean up btrfs_end_io_wq_cacheJosef Bacik1-0/+1
2014-10-30Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2-36/+33
2014-10-30btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo1-0/+2
2014-10-30Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason2-3/+2
2014-10-30btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo2-5/+97
2014-10-30Btrfs: send, don't delay dir move if there's a new parent inodeFilipe Manana1-1/+1
2014-10-30btrfs: add more superblock checksDavid Sterba1-2/+65
2014-10-30Btrfs: fix race in WAIT_SYNC ioctlSage Weil1-3/+9
2014-10-30Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana6-12/+114
2014-10-30Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick1-2/+0
2014-10-30btrfs: fix shadow warning on cmpFabian Frederick1-4/+4
2014-10-30Btrfs: fix compilation errors under DEBUGFabian Frederick1-2/+2
2014-10-30Btrfs: fix crash of btrfs_release_extent_buffer_pageLiu Bo1-2/+5
2014-10-30Btrfs: add missing end_page_writeback on submit_extent_page failureFilipe Manana1-0/+1
2014-10-30btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo1-1/+1
2014-10-30Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-30Btrfs: cleanup error handling in build_backref_treeJosef Bacik1-29/+59
2014-10-30btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba5-21/+23
2014-10-30btrfs: new define for the inline extent data startDavid Sterba2-10/+9
2014-10-30btrfs: kill extent_buffer_page helperDavid Sterba2-35/+26
2014-10-30btrfs: drop constant param from btrfs_release_extent_buffer_pageDavid Sterba1-9/+6
2014-10-30btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba4-5/+4
2014-10-30btrfs: let merge_reloc_roots return voidDavid Sterba1-2/+1
2014-10-30btrfs: remove unused members from struct scrub_warningDavid Sterba1-15/+2
2014-10-30btrfs: use slab for end_io_wq structuresDavid Sterba3-10/+38
2014-10-30btrfs: fix error labels in init_btrfs_fsDavid Sterba1-2/+2
2014-10-30btrfs: use enum for wq endio metadata typeDavid Sterba4-18/+14
2014-10-30btrfs: remove unused extent state bitsDavid Sterba1-4/+0
2014-10-30Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana3-2/+3
2014-10-30btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba5-27/+21
2014-10-30btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba4-12/+9
2014-10-30btrfs: remove parameter blocksize from read_tree_blockDavid Sterba7-37/+18
2014-10-30btrfs: inline code of reada_tree_block and remove itDavid Sterba1-10/+2
2014-10-30btrfs: return void from readahead_tree_blockDavid Sterba3-8/+4
2014-10-30btrfs: remove unused parameter from readahead_tree_blockDavid Sterba5-16/+8
2014-10-30btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba5-10/+10
2014-10-30btrfs: remove unlikely from NULL checksDavid Sterba2-6/+6
2014-10-30btrfs: remove unused variable from btrfs_parse_optionsDavid Sterba1-3/+1
2014-10-30btrfs: defrag, use unsigned type for extent threshDavid Sterba1-4/+4
2014-10-30Btrfs: try not to ENOSPC on log replayJosef Bacik1-1/+2
2014-10-30Btrfs: don't do async reclaim during log replayJosef Bacik1-1/+7
2014-10-30Btrfs: remove empty block groups automaticallyJosef Bacik6-49/+226
2014-10-30Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana3-102/+166
2014-10-30Btrfs: fix fsync race leading to invalid data after log replayFilipe Manana1-15/+63
2014-10-30Btrfs: fix wrong parse of extent map's tracepointLiu Bo1-6/+7
2014-10-30btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent mapQu Wenruo1-22/+57
2014-10-30Btrfs: fix up bounds checking in lseekLiu Bo1-10/+15
2014-10-30Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie3-0/+41
2014-10-30Btrfs: implement repair function when direct read failsMiao Xie9-29/+281
2014-10-30Btrfs: Set real mirror number for read operation on RAID0/5/6Miao Xie1-0/+5
2014-10-30Btrfs: modify clean_io_failure and make it suit direct ioMiao Xie3-21/+19
2014-10-30Btrfs: modify repair_io_failure and make it suit direct ioMiao Xie3-4/+7
2014-10-30Btrfs: split bio_readpage_error into several functionsMiao Xie2-64/+123
2014-10-30Btrfs: Cleanup unused variant and argument of IO failure handlersMiao Xie1-16/+10
2014-10-30Btrfs: fix missing error handler if submiting re-read bio failsMiao Xie1-0/+5
2014-10-30Btrfs: do file data check by sub-bio's selfMiao Xie4-29/+87
2014-10-30Btrfs: cleanup similar code of the buffered data data check and dio read data...Miao Xie1-55/+47
2014-10-30Btrfs: load checksum data once when submitting a direct read ioMiao Xie5-34/+35
2014-10-30Btrfs: modify rw_devices counter under chunk_mutex contextMiao Xie1-2/+2
2014-10-30Btrfs: move the missing device to its own fs device listMiao Xie1-26/+52
2014-10-30Btrfs: stop mounting the fs if the non-ENOENT errors happen when opening seed fsMiao Xie1-1/+1
2014-10-30Btrfs: make the logic of source device removing more clearMiao Xie2-14/+8
2014-10-30Btrfs: fix use-after-free problem of the device during device replaceMiao Xie3-1/+8
2014-10-30Btrfs: fix unprotected device list access when cloning fs devicesMiao Xie1-0/+3
2014-10-30Btrfs: Fix misuse of chunk mutexMiao Xie3-72/+65
2014-10-30Btrfs: fix unprotected device list access when getting the fs informationMiao Xie1-1/+7
2014-10-30Btrfs: fix unprotected system chunk array insertionMiao Xie1-1/+6
2014-10-30Btrfs: fix unprotected device's variants on 32bits machineMiao Xie4-29/+124
2014-10-30Btrfs: update free_chunk_space during allocting a new chunkMiao Xie1-5/+5
2014-10-30Btrfs: fix unprotected device->bytes_used updateMiao Xie1-1/+3
2014-10-30Btrfs: Fix wrong free_chunk_space assignment during removing a deviceMiao Xie1-5/+0
2014-10-30Btrfs: fix wrong device bytes_used in the super blockMiao Xie5-1/+37
2014-10-30Btrfs: fix wrong disk size when writing super blocksMiao Xie7-5/+83
2014-10-30Btrfs: fix unprotected assignment of the target deviceMiao Xie3-28/+28
2014-10-30Btrfs: cleanup double assignment of device->bytes_used when device replace fi...Miao Xie1-1/+0
2014-10-30Btrfs: cleanup unused num_can_discard in fs_devicesMiao Xie2-15/+2
2014-10-30btrfs: remove the wrong commentsLi RongQing1-4/+0
2014-10-30Btrfs: fix directory recovery from fsync logFilipe Manana1-0/+1
2014-10-30Btrfs: fix loop writing of async reclaimLiu Bo1-3/+14
2014-10-30Btrfs: make fiemap not blow when you have lots of snapshotsJosef Bacik3-36/+116
2014-10-30Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana1-0/+3
2014-10-30btrfs: Fix a deadlock in btrfs_dev_replace_finishing()Qu Wenruo1-1/+2
2014-10-30Btrfs: cleanup the same name in end_bio_extent_readpageLiu Bo1-4/+4
2014-10-30btrfs: don't go readonly on existing qgroup itemsMark Fasheh1-2/+8
2014-10-30Btrfs: show real function name in btrfs workqueue tracepointLiu Bo1-1/+1
2014-10-30Btrfs: shrink further sizeof(struct extent_buffer)Filipe Manana1-2/+0
2014-10-30Btrfs: send, lower mem requirements for processing xattrsFilipe Manana1-8/+32
2014-10-30btrfs: remove stale define after removing ordered operationsDavid Sterba1-7/+0
2014-10-30Btrfs: improve free space cache management and space allocationFilipe Manana2-1/+653
2014-10-30btrfs: rename total_bytes to avoid confusionAnand Jain1-5/+5
2014-10-30btrfs: fix typo in the log messageAnand Jain1-1/+1
2014-10-30btrfs: rw_devices shouldn't be incremented for seed fs in btrfs_rm_dev_replac...Anand Jain1-1/+2
2014-10-30btrfs: fix memory leak when there is no more seed deviceAnand Jain1-0/+2
2014-10-30btrfs: update sprout seed pointer when seed fs is relinquishedAnand Jain1-0/+21
2014-10-30btrfs: fix rw_devices miss match after seed replaceAnand Jain1-0/+2
2014-10-30btrfs: replace seed device followed by unmount causes kernel WARNINGAnand Jain1-1/+7
2014-10-30btrfs: preparatory to make btrfs_rm_dev_replace_srcdev() seed awareAnand Jain1-5/+9
2014-10-30btrfs: Drop stray check of fixup_workers creationAndrey Utkin1-1/+1
2014-10-30Btrfs: make btrfs_search_forward return with nodes unlockedFilipe Manana5-15/+7
2014-10-30btrfs: sysfs label interface should check for read only FSAnand Jain1-0/+3
2014-10-30btrfs: code optimize: BTRFS_ATTR_RW could set the modeAnand Jain2-4/+5
2014-10-30btrfs: code optimize: BTRFS_ATTR could handle the modeAnand Jain2-11/+14
2014-10-30btrfs: use BTRFS_ATTR instead of btrfs_no_store()Anand Jain1-10/+3
2014-10-30Btrfs: avoid unnecessary switch of path locks to blocking modeFilipe Manana1-2/+1
2014-10-30Btrfs: unlock nodes earlier when inserting items in a btreeFilipe Manana1-6/+6
2014-10-30btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simpl...Satoru Takeuchi1-2/+2
2014-10-30Btrfs: cleanup for btrfs workqueue tracepointsLiu Bo1-7/+0
2014-10-30Btrfs: add work_struct information for workqueue tracepointLiu Bo1-3/+6
2014-10-30btrfs: add trace for qgroup accountingMark Fasheh3-0/+61
2014-10-30Btrfs: cleanup unused latest_devid and latest_trans in fs_devicesMiao Xie2-34/+11
2014-10-30Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devieMiao Xie1-2/+2
2014-10-30Btrfs: Fix the problem that the dirty flag of dev stats is clearedMiao Xie2-6/+20
2014-10-30Btrfs: make the device lock and its protected data in the same cachelineMiao Xie1-13/+12
2014-10-30Btrfs: fix wrong generation check of super block on a seed deviceMiao Xie1-1/+5
2014-10-30Btrfs: fix wrong fsid check of scrubMiao Xie1-5/+13
2014-10-30btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba1-0/+6
2014-10-30Btrfs: fix wrong max inline data size limitWang Shilong1-1/+1
2014-10-30Btrfs: fix off-by-one in cow_file_range_inline()Wang Shilong1-2/+2
2014-10-30Btrfs: fall into nocompression codes quickly if possibleWang Shilong1-4/+1
2014-10-30Btrfs: fix wrong skipping compression for an inodeWang Shilong1-5/+20
2014-10-30Btrfs: fix sparse warningFabian Frederick1-1/+2
2014-10-30Btrfs: use BUG_ONHIMANGI SARAOGI1-2/+2
2014-10-30btrfs compression: merge inflate and deflate z_streamsSergey Senozhatsky1-70/+68
2014-10-30Btrfs: set error return value in btrfs_get_blocks_directFilipe Manana1-1/+3
2014-10-30Btrfs: reduce size of struct extent_stateFilipe Manana2-18/+20
2014-10-30btrfs: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-10-30Btrfs: print btrfs specific info for some fatal error casesWang Shilong1-7/+7
2014-10-30Btrfs: fix writing data into the seed filesystemMiao Xie1-16/+36
2014-10-30Btrfs: make defragment work with nodatacow optionWang Shilong2-3/+42
2014-10-30btrfs: label should not contain return charSatoru Takeuchi1-3/+12
2014-10-30btrfs: device delete must be syslogedAnand Jain1-0/+3
2014-10-30btrfs: device add must be syslogedAnand Jain1-0/+3
2014-10-30Btrfs: clear compress-force when remounting with compress optionWang Shilong1-0/+7
2014-10-30btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba8-32/+22
2014-10-30btrfs: clean away stripe_align helperDavid Sterba1-10/+1
2014-10-30btrfs: use nodesize everywhere, kill leafsizeDavid Sterba15-141/+89
2014-10-30btrfs: kill the key type accessor helpersDavid Sterba17-60/+60
2014-10-30btrfs: make close_ctree return voidDavid Sterba3-11/+3
2014-10-30btrfs: cleanup ino cache members of btrfs_rootDavid Sterba5-52/+52
2014-10-30btrfs: clenaup: don't call btrfs_release_path before free_pathDavid Sterba1-1/+0
2014-10-30btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshotDavid Sterba1-4/+1
2014-10-05Linux 3.17Linus Torvalds1-1/+1
2014-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-7/+62
2014-10-04Merge tag 'tiny/kconfig-for-3.17' of https://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2014-10-03init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menuJosh Triplett1-0/+1
2014-10-03init/Kconfig: Hide printk log config if CONFIG_PRINTK=nJosh Triplett1-0/+2
2014-10-03Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+9
2014-10-03Merge tag 'trace-fixes-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-10-03Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-8/+4
2014-10-03Merge tag 'md/3.17-final-fix' of git://neil.brown.name/mdLinus Torvalds1-1/+17
2014-10-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-62/+65
2014-10-03[SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig1-0/+7
2014-10-02Merge tag 'pm+acpi-3.17-final' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-11/+18
2014-10-03Merge tag 'drm-intel-fixes-2014-10-02' of git://anongit.freedesktop.org/drm-i...Dave Airlie1-1/+13
2014-10-03i2c: qup: Fix order of runtime pm initializationAndy Gross1-4/+8
2014-10-03i2c: rk3x: fix 0 length write transfersAlexandru M Stan1-1/+1
2014-10-03Merge branches 'pm-cpufreq' and 'acpi-video'Rafael J. Wysocki4-11/+18
2014-10-02Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds6-13/+45
2014-10-02mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner1-4/+3
2014-10-02perf: fix perf bug in fork()Peter Zijlstra2-3/+6
2014-10-02MAINTAINERS: change git URL for mpc5xxx treeAnatolij Gustschin1-1/+1
2014-10-02mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner1-5/+31
2014-10-02ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handleralex chen1-0/+4
2014-10-02Merge tag 'media/v3.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2014-10-02ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1
2014-10-02Merge branch 'parisc-3.17-8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2014-10-02CIFS: Fix readpages retrying on reconnectsPavel Shilovsky1-7/+1
2014-10-02Fix problem recognizing symlinksSteve French2-1/+3
2014-10-02Merge branch 'numa-migration-fixes' (fixes from Mel Gorman)Linus Torvalds2-3/+9
2014-10-02mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman1-2/+5
2014-10-02mm: migrate: Close race between migration completion and mprotectMel Gorman1-1/+4
2014-10-02Merge tag 'sound-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds6-15/+20
2014-10-02Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie7-61/+52
2014-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-134/+217
2014-10-02md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown1-1/+17
2014-10-02drm/nouveau: make sure display hardware is reinitialised on runtime resumeBen Skeggs3-53/+26
2014-10-02drm/nouveau: punt fbcon resume out to a workqueueBen Skeggs2-6/+18
2014-10-02drm/nouveau: fix regression on original nv50 boardBen Skeggs1-1/+6
2014-10-02drm/nv50/disp: fix dpms regression on certain boardsBen Skeggs1-1/+2
2014-10-01bna: Update Maintainer EmailRasesh Mody1-1/+1
2014-10-01Merge branch 'r8152'David S. Miller1-28/+2
2014-10-01r8152: disable power cut for RTL8153hayeswang1-1/+1
2014-10-01r8152: remove clearing bphayeswang1-27/+1
2014-10-01bnx2: Correctly receive full sized 802.1ad fragmesVlad Yasevich1-2/+3
2014-10-01tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich1-1/+2
2014-10-01Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2014-10-01parisc: Fix serial console for machines with serial port on superio chipHelge Deller1-1/+2
2014-10-01[SCSI] cxgb4i: avoid holding mutex in interrupt contextAnish Bhatt3-7/+55
2014-10-01Merge tag 'asoc-v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai1-1/+1
2014-09-30Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds6-10/+21
2014-09-30r8152: fix setting RTL8152_UNPLUGhayeswang1-1/+5
2014-09-30Merge branch 'netxen'David S. Miller2-4/+4
2014-09-30netxen: Fix bug in Tx completion path.Manish Chopra1-2/+2
2014-09-30netxen: Fix BUG "sleeping function called from invalid context"Manish Chopra2-2/+2