summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-078-47/+225
|\ \ \
| * | | jffs2: add compr=lzo and compr=zlib optionsAndres Salomon2011-10-193-37/+110
| * | | jffs2: implement mount option parsing and compression overridingAndres Salomon2011-10-195-4/+112
| * | | mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-3/+3
| * | | jffs2: use mutex_is_locked() in __jffs2_flush_wbuf()Alexey Khoroshilov2011-09-111-2/+1
| * | | jffs2: Avoid unneeded 'if' before kfreeJesper Juhl2011-09-111-3/+1
* | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-11-074-2/+23
|\ \ \ \
| * | | | UBIFS: fix the dark space calculationsrimugunthan dhandapani2011-08-262-2/+2
| * | | | UBIFS: introduce a helper to dump scanning infoArtem Bityutskiy2011-08-222-0/+21
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-0631-1603/+5423
|\ \ \ \ | | |_|/ | |/| |
| * | | Btrfs: check for a null fs root when writing to the backup root logChris Mason2011-11-061-3/+10
| * | | Btrfs: fix race during transaction joinsChris Mason2011-11-061-5/+8
| * | | Btrfs: fix a potential btrfs_bio leak on scrub fixupsIlya Dryomov2011-11-061-0/+1
| * | | Btrfs: rename btrfs_bio multi -> bbio for consistencyIlya Dryomov2011-11-061-15/+15
| * | | Btrfs: stop leaking btrfs_bios on readaheadIlya Dryomov2011-11-061-0/+2
| * | | Btrfs: stop the readahead threads on failed mountChris Mason2011-11-061-0/+1
| * | | Btrfs: fix extent_buffer leak in the metadata IO error handlingChris Mason2011-11-061-0/+1
| * | | Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason2011-11-064-16/+15
| * | | Merge git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason2011-11-0614-280/+1930
| |\ \ \
| | * | | btrfs: integrating raid-repair and scrub-fixup-nodatasumJan Schmidt2011-09-291-25/+67