summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] splice: fix problem introduced with inode dietJens Axboe2006-11-041-6/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2006-11-041-4/+5
|\
| * JFS: Remove redundant xattr permission checkingDave Kleikamp2006-11-021-4/+5
* | [PATCH] Fix user.* xattr permission check for sticky dirsAndreas Gruenbacher2006-11-031-3/+10
* | [PATCH] reiserfs: reset errval after initializing bitmap cacheJeff Mahoney2006-11-031-0/+1
* | [PATCH] NFS4: fix for recursive locking problemSrinivasa Ds2006-11-031-1/+1
* | [PATCH] gfs2: ->readpages() fixesOGAWA Hirofumi2006-11-031-7/+0
* | [PATCH] fuse: ->readpages() cleanupOGAWA Hirofumi2006-11-031-6/+3
* | [PATCH] cifs: ->readpages() fixesOGAWA Hirofumi2006-11-031-22/+1
* | [PATCH] sys_pselect7 vs compat_sys_pselect7 uaccess error handlingHeiko Carstens2006-11-031-3/+17
* | [PATCH] eCryptfs: Fix pointer derefMichael Halcrow2006-11-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-11-024-6/+29
|\ \
| * | [CIFS] report rename failure when target file is locked by WindowsSteve French2006-11-022-6/+12
| * | [CIFS] Allow null user connectionsSteve French2006-10-302-1/+9
| * | [CIFS] Fix readdir breakage when blocksize set too smallSteve French2006-10-301-0/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2006-11-021-0/+2
|\ \ \ | | |/ | |/|
| * | jfs: Add splice supportDaniel Drake2006-10-301-0/+2
| |/
* | [PATCH] eCryptfs: Fix handling of lower d_countMichael Halcrow2006-10-312-43/+27
* | [PATCH] eCryptfs: Remove ecryptfs_umount_beginMichael Halcrow2006-10-311-18/+0
* | [PATCH] eCryptfs: Consolidate lower dentry_open'sMichael Halcrow2006-10-314-42/+63
* | [PATCH] eCryptfs: Cipher code to new crypto APIMichael Halcrow2006-10-314-58/+146
* | [PATCH] eCryptfs: Hash code to new crypto APIMichael Halcrow2006-10-312-18/+25
* | [PATCH] eCryptfs: Clean up crypto initializationMichael Halcrow2006-10-314-78/+24
* | [PATCH] find_bd_holder() fixAndrew Morton2006-10-311-2/+2
* | [PATCH] clean up add_bd_holder()Jun'ichi Nomura2006-10-301-18/+35
* | [PATCH] fix bd_claim_by_kobject error handlingJun'ichi Nomura2006-10-301-1/+4
|/
* [PATCH] VFS: Fix an error in unused dentry countingDavid Howells2006-10-281-2/+8
* [PATCH] missing unused dentry in prune_dcache()?Vasily Averin2006-10-281-4/+5
* [PATCH] hugetlb: fix prio_tree unitHugh Dickins2006-10-281-13/+11
* [PATCH] hugetlb: fix size=4G parsingHugh Dickins2006-10-281-1/+0
* [PATCH] Fix potential OOPs in blkdev_open()Pavel Emelianov2006-10-281-0/+2
* [PATCH] jbd2: journal_dirty_data re-check for unmapped buffersEric Sandeen2006-10-281-1/+14
* [PATCH] jbd: journal_dirty_data re-check for unmapped buffersEric Sandeen2006-10-281-1/+14
* [PATCH] ext4: fix printk format warningsRandy Dunlap2006-10-281-9/+14
* [PATCH] mm: clean up pagecache allocationNick Piggin2006-10-281-5/+4
* [CRYPTO] users: Select ECB/CBC where neededPatrick McHardy2006-10-251-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2006-10-231-2/+2
|\
| * JFS: pageno needs to be longDave Kleikamp2006-10-131-2/+2
* | [PATCH] NFS: Cache invalidation fixupTrond Myklebust2006-10-211-0/+6
* | [PATCH] VFS: Make d_materialise_unique() enforce directory uniquenessTrond Myklebust2006-10-212-38/+106
* | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-10-212-22/+119
|\ \
| * | [PATCH] Remove SUID when splicing into an inodeJens Axboe2006-10-191-4/+15
| * | [PATCH] Introduce generic_file_splice_write_nolock()Mark Fasheh2006-10-191-14/+66
| * | [PATCH] Take i_mutex in splice_from_pipe()Mark Fasheh2006-10-192-13/+47
* | | configfs: handle kzalloc() failure in check_perm()Chandra Seetharaman2006-10-201-6/+8
* | | ocfs2: cond_resched() in ocfs2_zero_extend()Mark Fasheh2006-10-201-0/+7
* | | ocfs2: fix page zeroing during simple extendsMark Fasheh2006-10-201-20/+24
* | | ocfs2: remove spurious d_count check in ocfs2_rename()Sunil Mushran2006-10-201-8/+0
* | | ocfs2: delete redundant memcmp()Akinobu Mita2006-10-201-4/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2006-10-209-28/+27
|\ \ \