summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | Btrfs: Abstract similar code for btrfs_block_rsv_add{, _noflush}Miao Xie2011-11-101-16/+12
| * | | | | Btrfs: fix unreleased path in btrfs_orphan_cleanup()Miao Xie2011-11-101-0/+3
| * | | | | Btrfs: fix no reserved space for writing out inode cacheMiao Xie2011-11-101-4/+24
| * | | | | Btrfs: fix nocow when deleting the itemMiao Xie2011-11-101-1/+4
| * | | | | Merge branch 'mount-fixes' of git://github.com/idryomov/btrfs-unstable into i...Chris Mason2011-11-102-46/+43
| |\ \ \ \ \
| | * | | | | Btrfs: rework error handling in btrfs_mount()Ilya Dryomov2011-11-091-21/+21
| | * | | | | Btrfs: close devices on all error paths in open_ctree()Ilya Dryomov2011-11-091-4/+3
| | * | | | | Btrfs: avoid null dereference and leaks when bailing from open_ctree()Ilya Dryomov2011-11-091-20/+15
| | * | | | | Btrfs: fix subvol_name leak on error in btrfs_mount()Ilya Dryomov2011-11-091-1/+3
| | * | | | | Btrfs: fix memory leak in btrfs_parse_early_options()Ilya Dryomov2011-11-091-0/+1
| * | | | | | Btrfs: tweak the delayed inode reservations againChris Mason2011-11-102-26/+47
| |/ / / / /
| * | | | | Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik2011-11-084-9/+83
| * | | | | Btrfs: fix oops on NULL trans handle in btrfs_truncateChris Mason2011-11-081-7/+9
| * | | | | btrfs: fix double-free 'tree_root' in 'btrfs_mount()'slyich@gmail.com2011-11-071-3/+5
* | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-11-119-17/+23
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig2011-11-081-1/+1
| * | | | | xfs: constify xfs_item_opsChristoph Hellwig2011-11-087-12/+12
| * | | | | xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino2011-11-081-4/+10
| | |/ / / | |/| | |
* | | | | Revert "proc: fix races against execve() of /proc/PID/fd**"Linus Torvalds2011-11-091-103/+43
|/ / / /
* | | | VFS: we need to set LOOKUP_JUMPED on mountpoint crossingAl Viro2011-11-071-1/+15
* | | | vfs: d_invalidate() should leave mountpoints aloneAl Viro2011-11-071-2/+4
* | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-11-071-55/+50
|\ \ \ \
| * | | | CIFS: Cleanup byte-range locking code stylePavel Shilovsky2011-11-041-24/+19
| * | | | CIFS: Simplify setlk error handling for mandatory lockingPavel Shilovsky2011-11-041-32/+32
OpenPOWER on IntegriCloud