aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-15ext4: fix redirty_page_for_writepage() typo in commentWu Fengguang1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König6-8/+8
2010-11-01Kconfig: typo: and -> anMichael Witten1-1/+1
2010-10-30Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds7-33/+146
2010-10-30make fanotify_read() restartable across signalsLino Sanfilippo1-1/+1
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds26-519/+2403
2010-10-30fs-writeback.c: unify some common codeLinus Torvalds1-10/+13
2010-10-30Merge git://git.infradead.org/mtd-2.6Linus Torvalds15-41/+56
2010-10-30fs/compat.c: fix build on MIPS/s390wu zhangjin1-0/+1
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse431-20113/+10658
2010-10-30Btrfs: deal with errors from updating the tree logChris Mason1-1/+2
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil3-5/+116
2010-10-29Btrfs: make SNAP_DESTROY asyncSage Weil1-1/+1
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil2-25/+93
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds5-12/+55
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil4-0/+89
2010-10-29Btrfs: async transaction commitSage Weil4-0/+124
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionSage Weil1-8/+5
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil1-4/+4
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentSage Weil1-1/+1
2010-10-29Btrfs: fix delalloc checks in clone ioctlSage Weil1-3/+5
2010-10-29Btrfs: drop unused variable in block_alloc_rsvChris Mason1-4/+0
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen15-94/+4
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen5-6/+10
2010-10-29Btrfs: Use ERR_CAST helpersJulia Lawall2-3/+3
2010-10-29Btrfs: use memdup_user helpersJulia Lawall1-14/+6
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds14-290/+526
2010-10-29readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds2-35/+39
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds3-6/+8
2010-10-29eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_optionsTyler Hicks1-0/+2
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu3-1/+17
2010-10-29ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu1-2/+2
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu1-6/+28
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks1-0/+4
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu1-4/+3
2010-10-29Btrfs: fix raid code for removing missing drivesChris Mason1-2/+1
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie2-69/+49
2010-10-29Btrfs: restructure try_release_extent_buffer()Miao Xie1-11/+37
2010-10-29Btrfs: use the flusher threads for delalloc throttlingChris Mason1-18/+15
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason1-4/+18
2010-10-29Add new functions for triggering inode writebackChris Mason1-10/+42
2010-10-29Btrfs: don't loop forever on bad btree blocksChris Mason1-9/+28
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-workChris Mason7-179/+294
2010-10-29Btrfs: let the user know space caching is enabledJosef Bacik1-0/+2
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik4-3/+8
2010-10-29Btrfs: add support for mixed data+metadata block groupsJosef Bacik2-4/+28
2010-10-29Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik1-0/+6
2010-10-29Btrfs: load free space cache if it existsJosef Bacik3-3/+345
2010-10-29Btrfs: write out free space cacheJosef Bacik6-13/+420
2010-10-29braino in internal.hAl Viro1-1/+1