aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 2-5/+22
2009-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+1
2009-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 3-4/+5
2009-11-17xfs: copy li_lsn before dropping AIL lockGravatar Nathaniel W. Turner 1-3/+20
2009-11-17XFS bug in log recover with quota (bugzilla id 855)Gravatar Jan Rekorajski 1-2/+2
2009-11-16cifs: clear server inode number flag while autodisablingGravatar Suresh Jayaraman 1-1/+1
2009-11-15nilfs2: deleted inconsistent comment in nilfs_load_inode_block()Gravatar Jiro SEKIBA 1-1/+0
2009-11-14Fix memory corruption caused by nfsd readdir+Gravatar Petr Vandrovec 1-1/+1
2009-11-13nilfs2: fix lock order reversal in chcp operationGravatar Ryusuke Konishi 2-3/+5
2009-11-12__generic_block_fiemap(): fix for files bigger than 4GBGravatar Mike Hommey 1-1/+1
2009-11-12exec: setup_arg_pages() fails to return errorsGravatar Anton Blanchard 1-5/+3
2009-11-12fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctlGravatar Heiko Carstens 1-2/+2
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Gravatar Sukadev Bhattiprolu 1-2/+1
2009-11-12fs/jbd: Export log_start_commit to fix ext3 build.Gravatar Stefan Schmidt 1-0/+1
2009-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 6-50/+183
2009-11-11Btrfs: fix panic when trying to destroy a newly allocatedGravatar Josef Bacik 1-0/+10
2009-11-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-21/+57
2009-11-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 4-32/+45
2009-11-11Btrfs: allow more metadata chunk preallocationGravatar Chris Mason 1-2/+2
2009-11-11Btrfs: fallback on uncompressed io if compressed io failsGravatar Josef Bacik 1-8/+23
2009-11-11Btrfs: find ideal block group for cachingGravatar Josef Bacik 1-23/+86
2009-11-11Btrfs: avoid null deref in unpin_extent_cache()Gravatar Dan Carpenter 1-1/+1
2009-11-11Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootGravatar Li Dongyang 1-2/+0
2009-11-11Btrfs: fix some metadata enospc issuesGravatar Josef Bacik 1-5/+31
2009-11-11Btrfs: fix how we set max_size for free space clustersGravatar Josef Bacik 1-1/+1
2009-11-11Btrfs: cleanup transaction starting and fix journal_info usageGravatar Josef Bacik 1-6/+13
2009-11-11Btrfs: fix data allocation hint startGravatar Josef Bacik 1-2/+16
2009-11-11JBD/JBD2: free j_wbuf if journal init fails.Gravatar Tao Ma 2-0/+4
2009-11-11ext3: Wait for proper transaction commit on fsyncGravatar Jan Kara 3-21/+49
2009-11-11ext3: retry failed direct IO allocationsGravatar Eric Sandeen 1-0/+4
2009-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 1-18/+15
2009-11-08ext4: partial revert to fix double brelse WARNING()Gravatar Theodore Ts'o 1-12/+4
2009-11-08nilfs2: fix missing cleanup of gc cache on error casesGravatar Ryusuke Konishi 1-1/+2
2009-11-08nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocksGravatar Ryusuke Konishi 1-17/+13
2009-11-06cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleGravatar Jeff Layton 1-8/+0
2009-11-06cifs: clean up handling when server doesn't consistently support inode numbersGravatar Jeff Layton 4-8/+21
2009-11-06ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/OGravatar Mingming 1-6/+7
2009-11-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-3/+6
2009-11-05Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 1-1/+1
2009-11-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+4
2009-11-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2009-11-05sysfs: Don't leak secdata when a sysfs_dirent is freed.Gravatar Eric W. Biederman 1-0/+4
2009-11-04x86, fs: Fix x86 procfs stack information for threads on 64-bitGravatar Stefani Seibold 1-0/+2
2009-11-04fuse: invalidate target of renameGravatar Miklos Szeredi 1-1/+3
2009-11-04fuse: fix kunmap in fuse_ioctl_copy_userGravatar Jens Axboe 1-1/+1
2009-11-04fuse: prevent fuse_put_request on invalid pointerGravatar Anand V. Avati 1-1/+2
2009-11-03Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-14/+14
2009-11-03ext4: code clean up for dio fallocate handlingGravatar Mingming 1-5/+4
2009-11-10ext4: skip conversion of uninit extents after direct IO if there isn't anyGravatar Mingming 3-6/+21
2009-11-10ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extentsGravatar Mingming 2-3/+8