summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-12-04block: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter1-1/+1
2013-12-04block: fixup for generic bio chainingKent Overstreet2-1/+3
2013-11-24block: Kill bio_pair_split()Kent Overstreet2-135/+0
2013-11-24block: Introduce new bio_split()Kent Overstreet1-0/+36
2013-11-24block: Rename bio_split() -> bio_pair_split()Kent Overstreet1-2/+2
2013-11-24block: Generic bio chainingKent Overstreet2-7/+71
2013-11-24block: Remove bi_idx hacksKent Overstreet1-23/+0
2013-11-24block: Don't save/copy bvec array anymoreKent Overstreet1-41/+13
2013-11-24dm: Refactor for new bio cloning/splittingKent Overstreet1-72/+0
2013-11-24block: Add bio_clone_fast()Kent Overstreet1-0/+60
2013-11-24block: Refactor bio_clone_bioset() for immutable biovecsKent Overstreet1-13/+47
2013-11-24block: Convert drivers to immutable biovecsKent Overstreet1-3/+11
2013-11-24block: Kill bio_segments()/bi_vcnt usageKent Overstreet1-1/+1
2013-11-24bio-integrity: Convert to bvec_iterKent Overstreet1-82/+26
2013-11-24block: Convert bio_copy_data() to bvec_iterKent Overstreet1-35/+25
2013-11-24block: Immutable bio vecsKent Overstreet1-25/+2
2013-11-24block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2-25/+27
2013-11-24block: Convert bio_iovec() to bvec_iterKent Overstreet1-10/+10
2013-11-24block: Abstract out bvec iteratorKent Overstreet27-137/+146
2013-11-24block: Convert various code to bio_for_each_segment()Kent Overstreet10-102/+67
2013-11-24block: submit_bio_wait() conversionsKent Overstreet6-87/+22
2013-11-22Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+2
2013-11-22Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-83/+51
2013-11-22Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-75/+101
2013-11-22Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds2-2/+6
2013-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-54/+53
2013-11-22Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-23/+43
2013-11-22Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-2/+14
2013-11-22Merge git://git.infradead.org/users/eparis/auditLinus Torvalds3-8/+12
2013-11-22configfs: fix race between dentry put and lookupJunxiao Bi1-2/+14
2013-11-21GFS2: Fix ref count bug relating to atomic_openSteven Whitehouse1-1/+4
2013-11-21GFS2: fix potential NULL pointer dereferenceMichal Nazarewicz1-1/+2
2013-11-21btrfs: update kconfig help textDavid Sterba1-5/+10
2013-11-21btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita1-1/+1
2013-11-21btrfs: Use trace condition for get_extent tracepointSteven Rostedt1-2/+1
2013-11-21btrfs: fix typo in the log messageAnand Jain1-1/+1
2013-11-21Btrfs: fix list delete warning when removing ordered root from the listMiao Xie1-0/+1
2013-11-21Btrfs: print bytenr instead of page pointer in check-intStefan Behrens1-8/+17
2013-11-21Btrfs: remove dead codes from ctree.hWang Shilong1-6/+0
2013-11-21Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana1-1/+1
2013-11-21Btrfs: fix lockdep error in async commitLiu Bo1-2/+2
2013-11-21Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo1-20/+1
2013-11-21Btrfs: fix __btrfs_start_workers retvalIlya Dryomov1-0/+1
2013-11-21Btrfs: disable online raid-repair on ro mountsIlya Dryomov1-3/+8
2013-11-21Btrfs: do not inc uncorrectable_errors counter on ro scrubsIlya Dryomov1-2/+4
2013-11-21Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik1-1/+1
2013-11-21Btrfs: make sure to copy everything if we renameJosef Bacik1-1/+2
2013-11-21Btrfs: don't BUG_ON() if we get an error walking backrefsJosef Bacik1-1/+2
2013-11-21Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-243/+1145
2013-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-164/+52