summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-18Btrfs: fix wrong generation check of super block on a seed deviceMiao Xie1-1/+5
2014-09-18Btrfs: fix wrong fsid check of scrubMiao Xie1-5/+13
2014-09-18btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba1-0/+6
2014-09-18Btrfs: fix wrong max inline data size limitWang Shilong1-1/+1
2014-09-18Btrfs: fix off-by-one in cow_file_range_inline()Wang Shilong1-2/+2
2014-09-18Btrfs: fall into nocompression codes quickly if possibleWang Shilong1-4/+1
2014-09-18Btrfs: fix wrong skipping compression for an inodeWang Shilong1-5/+20
2014-09-18Btrfs: fix sparse warningFabian Frederick1-1/+2
2014-09-18Btrfs: use BUG_ONHIMANGI SARAOGI1-2/+2
2014-09-18btrfs compression: merge inflate and deflate z_streamsSergey Senozhatsky1-70/+68
2014-09-18Btrfs: set error return value in btrfs_get_blocks_directFilipe Manana1-1/+3
2014-09-18Btrfs: reduce size of struct extent_stateFilipe Manana2-18/+20
2014-09-18btrfs: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-09-18Btrfs: print btrfs specific info for some fatal error casesWang Shilong1-7/+7
2014-09-18Btrfs: fix writing data into the seed filesystemMiao Xie1-16/+36
2014-09-18Btrfs: make defragment work with nodatacow optionWang Shilong2-3/+42
2014-09-18btrfs: label should not contain return charSatoru Takeuchi1-3/+12
2014-09-18btrfs: device delete must be syslogedAnand Jain1-0/+3
2014-09-18btrfs: device add must be syslogedAnand Jain1-0/+3
2014-09-18Btrfs: clear compress-force when remounting with compress optionWang Shilong1-0/+7
2014-09-18btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba8-32/+22
2014-09-18btrfs: clean away stripe_align helperDavid Sterba1-10/+1
2014-09-18btrfs: use nodesize everywhere, kill leafsizeDavid Sterba15-141/+89
2014-09-18btrfs: kill the key type accessor helpersDavid Sterba17-60/+60
2014-09-18btrfs: make close_ctree return voidDavid Sterba3-11/+3
2014-09-18btrfs: cleanup ino cache members of btrfs_rootDavid Sterba5-52/+52
2014-09-18btrfs: clenaup: don't call btrfs_release_path before free_pathDavid Sterba1-1/+0
2014-09-18btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshotDavid Sterba1-4/+1
2014-09-15Linux 3.17-rc5Linus Torvalds1-1/+1
2014-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-23/+39
2014-09-15vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds2-9/+11
2014-09-14Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-8/+280
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-09-14Merge tag 'ntb-3.17' of git://github.com/jonmason/ntbLinus Torvalds2-3/+17
2014-09-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-22/+23
2014-09-14Merge tag 'irqchip-urgent-3.17' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner4-22/+23
2014-09-14ntb: Add alignment check to meet hardware requirementDave Jiang1-0/+13
2014-09-14MAINTAINERS: update NTB infoJon Mason1-1/+2
2014-09-14NTB: correct the spread of queues over mw'sJon Mason1-2/+2
2014-09-14fix bogus read_seqretry() checks introduced in b37199eAl Viro1-2/+2
2014-09-14move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro1-2/+6
2014-09-14[fix] lustre: d_make_root() does iput() on dentry allocation failureAl Viro1-1/+1
2014-09-14Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds4-48/+55
2014-09-14parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin1-4/+229
2014-09-13vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3
2014-09-13Make hash_64() use a 64-bit multiply when appropriateLinus Torvalds1-0/+4
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds5-6/+8
2014-09-13Merge tag 'dm-3.17-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-2/+2
2014-09-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds7-47/+123