summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-07-31pnfsblock: lseg alloc and freeFred Isaman3-6/+39
2011-07-31pnfsblock: remove device operationsJim Rees3-1/+115
2011-07-31pnfsblock: add device operationsJim Rees5-2/+275
2011-07-31pnfsblock: basic extent codeFred Isaman4-5/+107
2011-07-31pnfsblock: use pageio_ops apiBenny Halevy1-0/+14
2011-07-31pnfsblock: add blocklayout Kconfig option, Makefile, and stubsFred Isaman5-1/+278
2011-07-31pnfs: cleanup_layoutcommitAndy Adamson4-0/+13
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman4-20/+87
2011-07-31pnfs: add set-clear layoutdriver interfaceBenny Halevy3-7/+24
2011-07-31pnfs: GETDEVICELISTAndy Adamson3-0/+191
2011-07-31pnfs: use lwb as layoutcommit lengthPeng Tao1-1/+1
2011-07-31pnfs: let layoutcommit handle a list of lsegPeng Tao3-17/+25
2011-07-31pnfs: save layoutcommit cred at layout header initPeng Tao2-11/+12
2011-07-31pnfs: save layoutcommit lwb at layout headerPeng Tao3-6/+8
2011-07-31don't busy retry the inode on failed grab_super_passive()Wu Fengguang1-1/+6
2011-07-30Additional readdir cookie loop informationBryan Schumaker1-1/+2
2011-07-30NFS: Fix spurious readdir cookie loop messagesTrond Myklebust1-23/+33
2011-07-30ext4: add missing kfree() on error return path in add_new_gdb()Dan Carpenter1-0/+1
2011-07-30ext4: fix races in ext4_sync_parent()Theodore Ts'o1-5/+21
2011-07-30Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+4
2011-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs...Linus Torvalds2-22/+26
2011-07-30ext2: remove duplicate 'ext2_get_acl()' defineLinus Torvalds1-1/+0
2011-07-29xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not setMarkus Trippelsdorf1-1/+4
2011-07-29ecryptfs: Make inode bdi consistent with superblock bdiThieu Le1-0/+1
2011-07-29eCryptfs: Unlock keys needed by ecryptfsdTyler Hicks1-22/+25
2011-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-115/+48
2011-07-28hppfs: missing includeAl Viro1-0/+1
2011-07-28ext4: Fix overflow caused by missing cast in ext4_fallocate()Utako Kusaka1-1/+1
2011-07-28ext4: add action of moving index in ext4_ext_rm_idx for Punch HoleRobin Dong1-2/+7
2011-07-28ext4: simplify parameters of reserve_backup_gdb()Yongqiang Yang1-5/+7
2011-07-28ext4: simplify parameters of add_new_gdb()Yongqiang Yang1-15/+24
2011-07-28ext4: remove lock_buffer in bclean() and setup_new_group_blocks()Yongqiang Yang1-4/+0
2011-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds23-1010/+965
2011-07-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-13/+33
2011-07-28Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds22-437/+1500
2011-07-28Merge branch 'integration' into for-linusChris Mason23-1010/+965
2011-07-28Btrfs: 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