summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: add a xfs_dqhold helperChristoph Hellwig2011-12-153-39/+21
* xfs: simplify xfs_qm_dqattach_grouphintChristoph Hellwig2011-12-151-48/+16
* xfs: nest qm_dqfrlist_lock inside the dquot qlockChristoph Hellwig2011-12-142-60/+41
* xfs: flatten the dquot lock orderingChristoph Hellwig2011-12-144-150/+103
* xfs: implement lazy removal for the dquot freelistChristoph Hellwig2011-12-134-65/+30
* xfs: remove XFS_DQ_INACTIVEChristoph Hellwig2011-12-133-69/+24
* xfs: cleanup xfs_qm_dqlookupChristoph Hellwig2011-12-131-20/+5
* xfs: cleanup dquot locking helpersChristoph Hellwig2011-12-124-35/+25
* xfs: remove the sync_mode argument to xfs_qm_dqflush_allChristoph Hellwig2011-12-121-4/+3
* xfs: remove xfs_qm_syncChristoph Hellwig2011-12-125-119/+3
* xfs: make sure to really flush all dquots in xfs_qm_quotacheckChristoph Hellwig2011-12-121-1/+1
* xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflushChristoph Hellwig2011-12-123-4/+4
* xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-085-10/+6
* xfs: cleanup the transaction commit path a bitChristoph Hellwig2011-12-083-99/+63
* xfs: remove the deprecated nodelaylog optionChristoph Hellwig2011-12-086-486/+26
* xfs: fix the logspace waiting algorithmChristoph Hellwig2011-12-062-183/+177
* xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig2011-12-061-4/+4
* xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner2011-12-021-1/+19
* xfs: fix attr2 vs large data fork assertChristoph Hellwig2011-11-291-25/+39
* xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-11-293-0/+33
* xfs: validate acl countChristoph Hellwig2011-11-281-0/+2
* xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka2011-11-151-1/+2
* 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
* 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