aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-10-30locks: fix leaks on setlease errorsJ. Bruce Fields
2010-10-30locks: prevent ENOMEM on lease unlockJ. Bruce Fields
2010-10-30Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-10-30make fanotify_read() restartable across signalsLino Sanfilippo
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-10-30fs-writeback.c: unify some common codeLinus Torvalds
2010-10-30Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-10-30fs/compat.c: fix build on MIPS/s390wu zhangjin
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-10-30Btrfs: deal with errors from updating the tree logChris Mason
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedSage Weil
2010-10-29Btrfs: make SNAP_DESTROY asyncSage Weil
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlSage Weil
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil
2010-10-29Btrfs: async transaction commitSage Weil
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionSage Weil
2010-10-29Btrfs: fix lockdep warning on clone ioctlSage Weil
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentSage Weil
2010-10-29Btrfs: fix delalloc checks in clone ioctlSage Weil
2010-10-29Btrfs: drop unused variable in block_alloc_rsvChris Mason
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Andi Kleen
2010-10-29Btrfs: Use ERR_CAST helpersJulia Lawall
2010-10-29Btrfs: use memdup_user helpersJulia Lawall
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-10-29readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2010-10-29eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_optionsTyler Hicks
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu
2010-10-29ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu
2010-10-29Btrfs: fix raid code for removing missing drivesChris Mason
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeMiao Xie
2010-10-29Btrfs: restructure try_release_extent_buffer()Miao Xie
2010-10-29Btrfs: use the flusher threads for delalloc throttlingChris Mason
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataChris Mason
2010-10-29Add new functions for triggering inode writebackChris Mason
2010-10-29Btrfs: don't loop forever on bad btree blocksChris Mason
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason
2010-10-29Btrfs: let the user know space caching is enabledJosef Bacik
2010-10-29Btrfs: Add a clear_cache mount optionJosef Bacik
2010-10-29Btrfs: add support for mixed data+metadata block groupsJosef Bacik
2010-10-29Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik
2010-10-29Btrfs: load free space cache if it existsJosef Bacik
2010-10-29Btrfs: write out free space cacheJosef Bacik
2010-10-29braino in internal.hAl Viro
2010-10-29convert simple cases of nfs-related ->get_sb() to ->mount()Al Viro