aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds2-115/+48
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds23-1010/+965
2011-07-27Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-13/+33
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds22-437/+1500
2011-07-27Merge branch 'integration' into for-linusChris Mason23-1010/+965
2011-07-27Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errorsChris Mason1-1/+6
2011-07-27proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells3-5/+4
2011-07-27Btrfs: use the commit_root for reading free_space_inode crcsChris Mason3-19/+28
2011-07-27Btrfs: reduce extent_state lock contention for metadataChris Mason1-14/+41
2011-07-27Btrfs: remove lockdep magic from btrfs_next_leafChris Mason1-31/+5
2011-07-27Btrfs: make a lockdep class for each rootChris Mason4-38/+79
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason9-218/+431
2011-07-27Btrfs: fix deadlock when throttling transactionsJosef Bacik1-2/+9
2011-07-27Btrfs: stop using highmem for extent_buffersChris Mason7-378/+52
2011-07-27Btrfs: fix BUG_ON() caused by ENOSPC when relocating spaceMiao Xie1-7/+21
2011-07-27Btrfs: tag pages for writeback in syncJosef Bacik1-3/+9
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik6-60/+86
2011-07-27Btrfs: don't flush delalloc arbitrarilyJosef Bacik1-3/+0
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik5-7/+9
2011-07-27Btrfs: use a worker thread to do cachingJosef Bacik3-29/+27
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds3-10/+4
2011-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-2/+2
2011-07-26xfs: optimize the negative xattr cachingChristoph Hellwig1-2/+7
2011-07-26xfs: prevent against ioend livelocks in xfs_file_fsyncChristoph Hellwig1-0/+2
2011-07-26xfs: flag all buffers as metadataChristoph Hellwig1-0/+3
2011-07-26xfs: encapsulate a block of debug codeAlex Elder1-11/+21
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds19-114/+119
2011-07-26atomic: use <linux/atomic.h>Arun Sharma15-15/+15
2011-07-26fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov1-7/+0
2011-07-26exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa1-2/+4
2011-07-26exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa1-0/+2
2011-07-26fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko1-1/+1
2011-07-26proc: fix a race in do_io_accounting()Vasiliy Kulikov1-3/+13
2011-07-26procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino1-1/+1
2011-07-26do_coredump: fix the "ispipe" error checkOleg Nesterov1-6/+6
2011-07-26coredump: escape / in hostname and commJiri Slaby1-8/+23
2011-07-26coredump: use task comm instead of (unknown)Jiri Slaby1-1/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds13-137/+249
2011-07-26merge fchmod() and fchmodat() guts, kill ancient broken kludgeAl Viro1-50/+28
2011-07-26xfs: fix misspelled S_IS...()Al Viro2-7/+7
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro10-34/+33
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds14-230/+339
2011-07-26ceph: document unlocked d_parent accessesSage Weil2-4/+11
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil4-11/+17
2011-07-26ceph: document locking for ceph_set_dentry_offsetSage Weil1-1/+3
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil4-13/+18
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil1-15/+17
2011-07-26ceph: protect access to d_parentSage Weil6-15/+33
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil1-9/+12
2011-07-26ceph: set dir complete frag after adding capabilitySage Weil1-13/+17