aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19nfsctl: use vfs_path_lookupJosef 'Jeff' Sipek1-10/+6
2007-07-19fs: introduce vfs_path_lookupJosef 'Jeff' Sipek1-0/+32
2007-07-19mm: variable length argument supportOllie Wild6-308/+478
2007-07-19audit: rework execve auditPeter Zijlstra1-0/+3
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell3-7/+7
2007-07-19readahead: pass real splice sizeFengguang Wu1-7/+5
2007-07-19readahead: move synchronous readahead call out of splice loopFengguang Wu1-5/+6
2007-07-19readahead: convert ext3/ext4 invocationsFengguang Wu2-12/+16
2007-07-19readahead: convert splice invocationsFengguang Wu1-11/+7
2007-07-19eCryptfs: ecryptfs_setattr() bugfixMichael Halcrow1-2/+3
2007-07-19Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai1-3/+12
2007-07-19unregister_chrdev() return voidAkinobu Mita1-2/+1
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov23-3649/+3801
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-19[XFS] Fix inode size update before data write in xfs_setattrDavid Chinner1-1/+24
2007-07-19[XFS] Allow punching holes to free space when at ENOSPCDavid Chinner1-1/+4
2007-07-19[XFS] Implement ->page_mkwrite in XFS.David Chinner1-0/+16
2007-07-19[FS] Implement block_page_mkwrite.David Chinner1-0/+47
2007-07-19ocfs2: ->fallocate() supportMark Fasheh1-18/+59
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