aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-11-22Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-6/+2
2013-11-22Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-83/+51
2013-11-22Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-75/+101
2013-11-22Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Gravatar Linus Torvalds 2-2/+6
2013-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 13-54/+53
2013-11-22Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 5-23/+43
2013-11-21Merge branch 'akpm' (fixes from Andrew)Gravatar Linus Torvalds 1-2/+14
2013-11-21Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 3-8/+12
2013-11-21configfs: fix race between dentry put and lookupGravatar Junxiao Bi 1-2/+14
2013-11-21GFS2: Fix ref count bug relating to atomic_openGravatar Steven Whitehouse 1-1/+4
2013-11-21GFS2: fix potential NULL pointer dereferenceGravatar Michal Nazarewicz 1-1/+2
2013-11-20btrfs: update kconfig help textGravatar David Sterba 1-5/+10
2013-11-20btrfs: fix bio_size_ok() for max_sectors > 0xffffGravatar Akinobu Mita 1-1/+1
2013-11-20btrfs: Use trace condition for get_extent tracepointGravatar Steven Rostedt 1-2/+1
2013-11-20btrfs: fix typo in the log messageGravatar Anand Jain 1-1/+1
2013-11-20Btrfs: fix list delete warning when removing ordered root from the listGravatar Miao Xie 1-0/+1
2013-11-20Btrfs: print bytenr instead of page pointer in check-intGravatar Stefan Behrens 1-8/+17
2013-11-20Btrfs: remove dead codes from ctree.hGravatar Wang Shilong 1-6/+0
2013-11-20Btrfs: don't wait for ordered data outside desired rangeGravatar Filipe David Borba Manana 1-1/+1
2013-11-20Btrfs: fix lockdep error in async commitGravatar Liu Bo 1-2/+2
2013-11-20Btrfs: avoid heavy operations in btrfs_commit_superGravatar Liu Bo 1-20/+1
2013-11-20Btrfs: fix __btrfs_start_workers retvalGravatar Ilya Dryomov 1-0/+1
2013-11-20Btrfs: disable online raid-repair on ro mountsGravatar Ilya Dryomov 1-3/+8
2013-11-20Btrfs: do not inc uncorrectable_errors counter on ro scrubsGravatar Ilya Dryomov 1-2/+4
2013-11-20Btrfs: only drop modified extents if we logged the whole inodeGravatar Josef Bacik 1-1/+1
2013-11-20Btrfs: make sure to copy everything if we renameGravatar Josef Bacik 1-1/+2
2013-11-20Btrfs: don't BUG_ON() if we get an error walking backrefsGravatar Josef Bacik 1-1/+2
2013-11-20Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-243/+1145
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 12-164/+52
2013-11-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2013-11-20Squashfs: Check stream is not NULL in decompressor_multi.cGravatar Phillip Lougher 1-4/+3
2013-11-20Squashfs: Directly decompress into the page cache for file dataGravatar Phillip Lougher 5-1/+336
2013-11-20Squashfs: Restructure squashfs_readpage()Gravatar Phillip Lougher 4-71/+118
2013-11-20Squashfs: Generalise paging handling in the decompressorsGravatar Phillip Lougher 13-67/+163
2013-11-20Squashfs: add multi-threaded decompression using percpu variableGravatar Phillip Lougher 3-20/+145
2013-11-20squashfs: Enhance parallel I/OGravatar Minchan Kim 3-1/+221
2013-11-20Squashfs: Refactor decompressor interface and codeGravatar Phillip Lougher 11-136/+216
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-6/+20
2013-11-19nfsd4: fix xdr decoding of large non-write compoundsGravatar J. Bruce Fields 1-1/+2
2013-11-19aio: nullify aio->ring_pages after freeing itGravatar Sasha Levin 1-1/+3
2013-11-19aio: prevent double free in ioctx_allocGravatar Sasha Levin 1-1/+0
2013-11-19genetlink: make multicast groups const, prevent abuseGravatar Johannes Berg 1-8/+7
2013-11-19genetlink: pass family to functions using groupsGravatar Johannes Berg 1-1/+1
2013-11-19quota/genetlink: use proper genetlink multicast APIsGravatar Johannes Berg 1-2/+15
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Gravatar Johannes Berg 1-4/+6
2013-11-18seq_file: always clear m->count when we free m->bufGravatar Al Viro 1-1/+2
2013-11-18bio: fix argument of __bio_add_page() for max_sectors > 0xffffGravatar Akinobu Mita 1-1/+1
2013-11-18nfsd: make sure to balance get/put_write_accessGravatar Christoph Hellwig 1-14/+15
2013-11-18nfsd: split up nfsd_setattrGravatar Christoph Hellwig 1-60/+84
2013-11-18xfs: open code inc_inode_iversion when logging an inodeGravatar Dave Chinner 1-3/+5