summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Linus Torvalds2011-11-234-36/+70
|\
| * eCryptfs: Extend array bounds for all filename charsTyler Hicks2011-11-231-2/+2
| * eCryptfs: Flush file in vma closeTyler Hicks2011-11-231-1/+22
| * eCryptfs: Prevent file create race conditionTyler Hicks2011-11-233-33/+46
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-11-221-2/+4
|\ \
| * | mount_subtree() pointless use-after-freeAl Viro2011-11-221-2/+4
* | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-229-61/+82
|\ \ \
| * | | NFS: Revert pnfs ugliness from the generic NFS read code pathTrond Myklebust2011-11-103-17/+25
| * | | NFS: Fix a regression in the referral codeTrond Myklebust2011-11-071-2/+1
| * | | nfs: move nfs_file_operations declaration to bottom of file.c (try #2)Jeff Layton2011-11-041-40/+19
| * | | nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-046-2/+37
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-2213-111/+290
|\ \ \ \ | |_|/ / |/| | |
| * | | Btrfs: remove free-space-cache.c WARN during log replayChris Mason2011-11-211-1/+7
| * | | Btrfs: sectorsize align offsets in fiemapJosef Bacik2011-11-201-1/+4
| * | | Btrfs: clear pages dirty for io and set them extent mappedJosef Bacik2011-11-201-0/+5
| * | | Btrfs: wait on caching if we're loading the free space cacheJosef Bacik2011-11-202-41/+81
| * | | Btrfs: prefix resize related printks with btrfs:Arnd Hannemann2011-11-201-3/+3
| * | | btrfs: fix stat blocks accountingDavid Sterba2011-11-201-2/+4
| * | | Btrfs: avoid unnecessary bitmap search for cluster setupLi Zefan2011-11-201-38/+4
| * | | Btrfs: fix to search one more bitmap for cluster setupLi Zefan2011-11-201-0/+12
| * | | btrfs: mirror_num should be int, not u64Jan Schmidt2011-11-203-4/+4
| * | | btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney2011-11-204-6/+9
| * | | Btrfs: fix barrier flushesChris Mason2011-11-202-17/+134
| * | | Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flushLiu Bo2011-11-153-1/+26
* | | | Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2011-11-213-4/+5
|\ \ \ \
| * | | | ext4: fix up a undefined error in ext4_free_blocks in debugging codeYongqiang Yang2011-11-211-1/+1
| * | | | ext4: add blk_finish_plug in error case of writepages.Namjae Jeon2011-11-071-0/+1
| * | | | ext4: Remove kernel_lock annotationsRichard Weinberger2011-11-071-2/+0
| * | | | ext4: ignore journalled data options on remount if fs has no journalTheodore Ts'o2011-11-071-1/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-11-213-6/+11
|\ \ \ \ \
| * | | | | ceph: initialize root dentrySage Weil2011-11-112-3/+5
| * | | | | ceph: fix iput race when queueing inode workSage Weil2011-11-051-3/+6
* | | | | | VFS: Log the fact that we've given ELOOP rather than creating a loopDavid Howells2011-11-201-1/+10
* | | | | | minixfs: kill manual hweight(), simplifyAl Viro2011-11-192-28/+15
* | | | | | fs/minix: Verify bitmap block counts before mountingJosh Boyer2011-11-193-10/+42
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-11-193-63/+42
|\ \ \ \ \
| * | | | | new helper: mount_subtree()Al Viro2011-11-163-53/+40
| * | | | | switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro2011-11-163-18/+11
| * | | | | btrfs: fix double mntput() in mount_subvol()Al Viro2011-11-161-1/+0
* | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-11-191-1/+2
|\ \ \ \ \ \
| * | | | | | xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka2011-11-151-1/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-181-3/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | bio: change some signed vars to unsignedDan Carpenter2011-11-161-3/+4
* | | | | | | hfs: add sanity check for file name lengthDan Carpenter2011-11-151-0/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-1112-145/+262
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | btrfs: rename the option to nospace_cacheDavid Sterba2011-11-111-2/+2
| * | | | | | Btrfs: handle bio_add_page failure gracefully in scrubArne Jansen2011-11-111-35/+29
| * | | | | | Btrfs: fix deadlock caused by the race between relocationMiao Xie2011-11-101-2/+2
| * | | | | | Btrfs: only map pages if we know we need them when reading the space cacheJosef Bacik2011-11-101-7/+10
| * | | | | | Btrfs: fix orphan backref nodesMiao Xie2011-11-101-0/+2