aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* sched, cputime: Introduce thread_group_times()Hidetoshi Seto2009-12-021-4/+1
* sched: Remove task_{u,s,g}time()Hidetoshi Seto2009-11-261-2/+2
* sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto2009-11-261-2/+1
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-11-2643-212/+472
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-11-116-50/+183
| |\
| | * Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik2009-11-111-0/+10
| | * Btrfs: allow more metadata chunk preallocationChris Mason2009-11-111-2/+2
| | * Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik2009-11-111-8/+23
| | * Btrfs: find ideal block group for cachingJosef Bacik2009-11-111-23/+86
| | * Btrfs: avoid null deref in unpin_extent_cache()Dan Carpenter2009-11-111-1/+1
| | * Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootLi Dongyang2009-11-111-2/+0
| | * Btrfs: fix some metadata enospc issuesJosef Bacik2009-11-111-5/+31
| | * Btrfs: fix how we set max_size for free space clustersJosef Bacik2009-11-111-1/+1
| | * Btrfs: cleanup transaction starting and fix journal_info usageJosef Bacik2009-11-111-6/+13
| | * Btrfs: fix data allocation hint startJosef Bacik2009-11-111-2/+16
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-11-115-21/+57
| |\ \
| | * | JBD/JBD2: free j_wbuf if journal init fails.Tao Ma2009-11-112-0/+4
| | * | ext3: Wait for proper transaction commit on fsyncJan Kara2009-11-113-21/+49
| | * | ext3: retry failed direct IO allocationsEric Sandeen2009-11-111-0/+4
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-11-114-32/+45
| |\ \ \ | | |/ / | |/| |
| | * | ext4: partial revert to fix double brelse WARNING()Theodore Ts'o2009-11-081-12/+4
| | * | ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/OMingming2009-11-061-6/+7
| | * | ext4: code clean up for dio fallocate handlingMingming2009-11-031-5/+4
| | * | ext4: skip conversion of uninit extents after direct IO if there isn't anyMingming2009-11-103-6/+21
| | * | ext4: fix ext4_ext_direct_IO()'s return value after converting uninit extentsMingming2009-11-102-3/+8
| | * | ext4: discard preallocation when restarting a transaction during truncateAneesh Kumar K.V2009-11-021-1/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-11-091-18/+15
| |\ \ \
| | * | | nilfs2: fix missing cleanup of gc cache on error casesRyusuke Konishi2009-11-081-1/+2
| | * | | nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocksRyusuke Konishi2009-11-081-17/+13
| | |/ /
| * | | cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleJeff Layton2009-11-061-8/+0
| * | | cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton2009-11-064-8/+21
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-11-052-3/+6
| |\ \ \
| | * | | fuse: invalidate target of renameMiklos Szeredi2009-11-041-1/+3
| | * | | fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe2009-11-041-1/+1
| | * | | fuse: prevent fuse_put_request on invalid pointerAnand V. Avati2009-11-041-1/+2
| | |/ /
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-11-051-1/+1
| |\ \ \
| | * | | powerpc: Cleanup Kconfig selection of hugetlbfs supportBenjamin Herrenschmidt2009-10-301-1/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-11-051-0/+4
| |\ \ \ \
| | * | | | sysfs: Don't leak secdata when a sysfs_dirent is freed.Eric W. Biederman2009-11-051-0/+4
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-11-051-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | x86, fs: Fix x86 procfs stack information for threads on 64-bitStefani Seibold2009-11-041-0/+2
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-11-031-14/+14
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fix bio_alloc() and bio_kmalloc() documentationAlberto Bertogli2009-11-021-13/+13
| | * | | | bio_put(): add bio_clone() to the list of functions in the commentAlberto Bertogli2009-11-021-1/+1
| * | | | | nilfs2: add zero-fill for new btree node buffersRyusuke Konishi2009-11-031-0/+1
| * | | | | nilfs2: fix irregular checkpoint creation due to data flushRyusuke Konishi2009-11-031-6/+11
| * | | | | nilfs2: fix dirty page accounting leak causing hang at writeRyusuke Konishi2009-11-031-2/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-11-022-29/+69
| |\ \ \ \ \
| | * | | | | 9p: fix readdir corner casesEric Van Hensbergen2009-11-021-27/+67
| | * | | | | 9p: fix readlinkMartin Stava2009-11-021-3/+2