aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19mm: fault feedback #2Nick Piggin1-3/+8
2007-07-19mm: fault feedback #1Nick Piggin5-69/+62
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin7-52/+53
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin5-0/+7
2007-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds38-3156/+3440
2007-07-18Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds7-31/+33
2007-07-18Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-61/+101
2007-07-19Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French416-13374/+20865
2007-07-19[CIFS] merge conflict in fs/cifs/export.cSteve French1-0/+1
2007-07-18[CIFS] Allow disabling CIFS Unix Extensions as mount optionSteve French9-46/+65
2007-07-18locks: fix vfs_test_lock() commentJ. Bruce Fields1-2/+1
2007-07-18locks: make posix_test_lock() interface more consistentJ. Bruce Fields2-7/+7
2007-07-18nfs: disable leases over NFSJ. Bruce Fields1-0/+12
2007-07-18gfs2: stop giving out non-cluster-coherent leasesMarc Eshel1-0/+24
2007-07-18locks: export setlease to filesystemsJ. Bruce Fields1-1/+2
2007-07-18locks: provide a file lease method enabling cluster-coherent leasesJ. Bruce Fields1-2/+22
2007-07-18locks: rename lease functions to reflect locks.c conventionsJ. Bruce Fields2-13/+12
2007-07-18locks: share more common lease codeJ. Bruce Fields1-20/+10
2007-07-18locks: clean up lease_alloc()J. Bruce Fields1-12/+9
2007-07-18locks: convert an -EINVAL return to a BUGJ. Bruce Fields1-3/+1
2007-07-18leases: minor break_lease() comment clarificationdavid m. richter1-3/+3
2007-07-18sysfs: cosmetic clean up on node creation failure pathsTejun Heo3-13/+18
2007-07-18sysfs: kill an extra put in sysfs_create_link() failure pathTejun Heo1-0/+2
2007-07-18sysfs: make sysfs_init_inode() staticTejun Heo2-2/+1
2007-07-18sysfs: fix sysfs root inode nlink accountingTejun Heo1-5/+5
2007-07-18sysfs: avoid kmem_cache_free(NULL)Akinobu Mita1-6/+7
2007-07-18debugfs: remove rmdir() non-empty complaintJens Axboe1-5/+0
2007-07-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds14-248/+1143
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-07-18ext4: extent macros cleanupDmitry Monakhov1-4/+9
2007-07-18Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions.Dmitry Monakhov1-8/+10
2007-07-18ext4: remove extra IS_RDONLY() checkDave Hansen1-1/+1
2007-07-18ext4: Use is_power_of_2()Vignesh Babu1-1/+2
2007-07-18Use zero_user_page() in ext4 where possibleEric Sandeen1-9/+2
2007-07-18ext4: Remove 65000 subdirectory limitAndreas Dilger1-14/+46
2007-07-18ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields Kalpak Shah3-8/+346
2007-07-18ext4: Add nanosecond timestampsKalpak Shah6-24/+56
2007-07-18jbd2: Move jbd2-debug file to debugfsJose R. Santos2-45/+32
2007-07-18jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUGJose R. Santos4-12/+12
2007-07-18ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devicesJose R. Santos1-0/+7
2007-07-18ext4: Make extents code sanely handle on-disk corruptionAlex Tomas1-58/+86
2007-07-18ext4: copy i_flags to inode flags on writeJan Kara2-0/+21
2007-07-18ext4: Enable extents by defaultMingming Cao1-1/+11
2007-07-18Change on-disk format to support 2^15 uninitialized extentsAmit Arora1-3/+25
2007-07-17write support for preallocated blocksAmit Arora1-32/+222
2007-07-17fallocate support in ext4Amit Arora2-41/+209
2007-07-17sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora1-0/+59
2007-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-0/+2
2007-07-17Merge branch 'uninit-var' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds2-2/+3
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik2-2/+3