aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Gravatar Linus Torvalds 4-8/+8
2010-10-31locks: remove fl_copy_lock lock_manager operationGravatar Christoph Hellwig 1-4/+1
2010-10-31locks: let the caller free file_lock on ->setlease failureGravatar Christoph Hellwig 5-17/+13
2010-10-30nfsd4: initialize delegation pointer to leaseGravatar J. Bruce Fields 1-17/+2
2010-10-30locks: fix setlease methods to free passed-in lockGravatar J. Bruce Fields 4-3/+10
2010-10-30locks: fix leaks on setlease errorsGravatar J. Bruce Fields 1-5/+7
2010-10-30locks: prevent ENOMEM on lease unlockGravatar J. Bruce Fields 1-13/+30
2010-10-30Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 7-33/+146
2010-10-30make fanotify_read() restartable across signalsGravatar Lino Sanfilippo 1-1/+1
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 26-519/+2403
2010-10-30fs-writeback.c: unify some common codeGravatar Linus Torvalds 1-10/+13
2010-10-30Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 15-41/+56
2010-10-30fs/compat.c: fix build on MIPS/s390Gravatar wu zhangjin 1-0/+1
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Woodhouse 431-20113/+10658
2010-10-30Btrfs: deal with errors from updating the tree logGravatar Chris Mason 1-1/+2
2010-10-30jbd2: Convert jbd2_slab_create_sem to mutexGravatar Thomas Gleixner 1-4/+4
2010-10-30hpfs: Convert sbi->hpfs_creation_de to mutexGravatar Thomas Gleixner 3-4/+4
2010-10-29Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowedGravatar Sage Weil 3-5/+116
2010-10-29Btrfs: make SNAP_DESTROY asyncGravatar Sage Weil 1-1/+1
2010-10-29Btrfs: add SNAP_CREATE_ASYNC ioctlGravatar Sage Weil 2-25/+93
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 5-12/+55
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsGravatar Sage Weil 4-0/+89
2010-10-29Btrfs: async transaction commitGravatar Sage Weil 4-0/+124
2010-10-29Btrfs: fix deadlock in btrfs_commit_transactionGravatar Sage Weil 1-8/+5
2010-10-29Btrfs: fix lockdep warning on clone ioctlGravatar Sage Weil 1-4/+4
2010-10-29Btrfs: fix clone ioctl where range is adjacent to extentGravatar Sage Weil 1-1/+1
2010-10-29Btrfs: fix delalloc checks in clone ioctlGravatar Sage Weil 1-3/+5
2010-10-29Btrfs: drop unused variable in block_alloc_rsvGravatar Chris Mason 1-4/+0
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Gravatar Andi Kleen 15-94/+4
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Gravatar Andi Kleen 5-6/+10
2010-10-29Btrfs: Use ERR_CAST helpersGravatar Julia Lawall 2-3/+3
2010-10-29Btrfs: use memdup_user helpersGravatar Julia Lawall 1-14/+6
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 14-290/+526
2010-10-29readv/writev: do the same MAX_RW_COUNT truncation that read/write doesGravatar Linus Torvalds 2-35/+39
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusGravatar Linus Torvalds 3-6/+8
2010-10-29eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_optionsGravatar Tyler Hicks 1-0/+2
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterGravatar Roberto Sassu 3-1/+17
2010-10-29ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Gravatar Roberto Sassu 1-2/+2
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Gravatar Roberto Sassu 1-6/+28
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileGravatar Tyler Hicks 1-0/+4
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Gravatar Roberto Sassu 1-4/+3
2010-10-29Btrfs: fix raid code for removing missing drivesGravatar Chris Mason 1-2/+1
2010-10-29Btrfs: Switch the extent buffer rbtree into a radix treeGravatar Miao Xie 2-69/+49
2010-10-29Btrfs: restructure try_release_extent_buffer()Gravatar Miao Xie 1-11/+37
2010-10-29Btrfs: use the flusher threads for delalloc throttlingGravatar Chris Mason 1-18/+15
2010-10-29Btrfs: tune the chunk allocation to 5% of the FS as metadataGravatar Chris Mason 1-4/+18
2010-10-29Add new functions for triggering inode writebackGravatar Chris Mason 1-10/+42
2010-10-29Btrfs: don't loop forever on bad btree blocksGravatar Chris Mason 1-9/+28
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Gravatar Chris Mason 7-179/+294
2010-10-29Btrfs: let the user know space caching is enabledGravatar Josef Bacik 1-0/+2