summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-11-034-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-311-18/+35
| * | [PATCH] fix bd_claim_by_kobject error handlingJun'ichi Nomura2006-10-311-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
* | | | [MTD] return error code from get_mtd_device()Artem Bityutskiy2006-11-292-4/+6
* | | | [MTD] [NAND] remove len/ooblen confusion.Vitaly Wool2006-11-281-12/+9
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-10-21296-2597/+74480
|\| | |
| * | | configfs: handle kzalloc() failure in check_perm()Chandra Seetharaman2006-10-211-6/+8
| * | | ocfs2: cond_resched() in ocfs2_zero_extend()Mark Fasheh2006-10-211-0/+7
| * | | ocfs2: fix page zeroing during simple extendsMark Fasheh2006-10-211-20/+24
| * | | ocfs2: remove spurious d_count check in ocfs2_rename()Sunil Mushran2006-10-211-8/+0
| * | | ocfs2: delete redundant memcmp()Akinobu Mita2006-10-211-4/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2006-10-209-28/+27
| |\ \ \
| | * | | [GFS2] gfs2_dir_read_data(): fix uninitialized variable usageAdrian Bunk2006-10-201-3/+1
| | * | | [GFS2] fs/gfs2/ops_fstype.c:fill_super_meta(): fix NULL dereferenceAdrian Bunk2006-10-201-2/+2
| | * | | [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variableAdrian Bunk2006-10-201-1/+1
| | * | | [GFS2] fs/gfs2/ops_fstype.c:gfs2_get_sb_meta(): remove unused variableAdrian Bunk2006-10-201-3/+0
| | * | | [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead codeAdrian Bunk2006-10-201-2/+0
| | * | | [GFS2] gfs2 endianness bug: be16 assigned to be32 fieldAl Viro2006-10-201-1/+1
| | * | | [GFS2] Fix bmap to map extents properlySteven Whitehouse2006-10-206-16/+21
| | * | | [DLM] fix iovec length in recvmsgPatrick Caulfield2006-10-201-0/+1
| | |/ /