summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-11-22Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-23/+43
2013-11-21Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-2/+14
2013-11-21Merge git://git.infradead.org/users/eparis/auditLinus Torvalds3-8/+12
2013-11-21configfs: 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-20btrfs: update kconfig help textDavid Sterba1-5/+10
2013-11-20btrfs: fix bio_size_ok() for max_sectors > 0xffffAkinobu Mita1-1/+1
2013-11-20btrfs: Use trace condition for get_extent tracepointSteven Rostedt1-2/+1
2013-11-20btrfs: fix typo in the log messageAnand Jain1-1/+1
2013-11-20Btrfs: fix list delete warning when removing ordered root from the listMiao Xie1-0/+1
2013-11-20Btrfs: print bytenr instead of page pointer in check-intStefan Behrens1-8/+17
2013-11-20Btrfs: remove dead codes from ctree.hWang Shilong1-6/+0
2013-11-20Btrfs: don't wait for ordered data outside desired rangeFilipe David Borba Manana1-1/+1
2013-11-20Btrfs: fix lockdep error in async commitLiu Bo1-2/+2
2013-11-20Btrfs: avoid heavy operations in btrfs_commit_superLiu Bo1-20/+1
2013-11-20Btrfs: fix __btrfs_start_workers retvalIlya Dryomov1-0/+1
2013-11-20Btrfs: disable online raid-repair on ro mountsIlya Dryomov1-3/+8
2013-11-20Btrfs: do not inc uncorrectable_errors counter on ro scrubsIlya Dryomov1-2/+4
2013-11-20Btrfs: only drop modified extents if we logged the whole inodeJosef Bacik1-1/+1
2013-11-20Btrfs: make sure to copy everything if we renameJosef Bacik1-1/+2
2013-11-20Btrfs: don't BUG_ON() if we get an error walking backrefsJosef Bacik1-1/+2
2013-11-20Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-243/+1145
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds12-164/+52
2013-11-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-11-20NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKEDTrond Myklebust1-3/+6
2013-11-20NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust1-2/+8
2013-11-20NFSv4 wait on recovery for async session errorsAndy Adamson1-1/+1
2013-11-19Check SMB3 dialects against downgrade attacksSteve French6-4/+90
2013-11-20Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher1-4/+3
2013-11-20Squashfs: Directly decompress into the page cache for file dataPhillip Lougher5-1/+336
2013-11-20Squashfs: Restructure squashfs_readpage()Phillip Lougher4-71/+118
2013-11-20Squashfs: Generalise paging handling in the decompressorsPhillip Lougher13-67/+163
2013-11-20Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher3-20/+145
2013-11-20squashfs: Enhance parallel I/OMinchan Kim3-1/+221
2013-11-20Squashfs: Refactor decompressor interface and codePhillip Lougher11-136/+216
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+20
2013-11-19nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields1-1/+2
2013-11-19aio: nullify aio->ring_pages after freeing itSasha Levin1-1/+3
2013-11-19aio: prevent double free in ioctx_allocSasha Levin1-1/+0
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-8/+7
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-1/+1
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg1-2/+15
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-4/+6
2013-11-19NFS: Fix a warning in nfs_setsecurityTrond Myklebust1-1/+1
2013-11-19NFS: Enabling v4.2 should not recompile nfsd and lockdAnna Schumaker4-0/+26
2013-11-18seq_file: always clear m->count when we free m->bufAl Viro1-1/+2
2013-11-18Removed duplicated (and unneeded) gotoSteve French1-4/+2
2013-11-18CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large filesSteve French2-14/+93
2013-11-18bio: fix argument of __bio_add_page() for max_sectors > 0xffffAkinobu Mita1-1/+1