aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-20[PATCH] ecryptfs: use special_file()Pekka Enberg1-4/+1
2006-10-20[GFS2] gfs2_dir_read_data(): fix uninitialized variable usageAdrian Bunk1-3/+1
2006-10-20[GFS2] fs/gfs2/ops_fstype.c:fill_super_meta(): fix NULL dereferenceAdrian Bunk1-2/+2
2006-10-20[GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variableAdrian Bunk1-1/+1
2006-10-20[GFS2] fs/gfs2/ops_fstype.c:gfs2_get_sb_meta(): remove unused variableAdrian Bunk1-3/+0
2006-10-20[GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead codeAdrian Bunk1-2/+0
2006-10-20[GFS2] gfs2 endianness bug: be16 assigned to be32 fieldAl Viro1-1/+1
2006-10-20[GFS2] Fix bmap to map extents properlySteven Whitehouse6-16/+21
2006-10-20[DLM] fix iovec length in recvmsgPatrick Caulfield1-0/+1
2006-10-19[PATCH] Remove SUID when splicing into an inodeJens Axboe1-4/+15
2006-10-19[PATCH] Introduce generic_file_splice_write_nolock()Mark Fasheh1-14/+66
2006-10-19[PATCH] Take i_mutex in splice_from_pipe()Mark Fasheh2-13/+47
2006-10-18sysfs: update obsolete comment in sysfs_update_fileHidetoshi Seto1-1/+1
2006-10-18sysfs: remove duplicated dput in sysfs_update_fileHidetoshi Seto1-5/+0
2006-10-17[PATCH] fs/partitions/check: add sysfs error handlingJeff Garzik1-8/+42
2006-10-17[PATCH] Fix IO error reporting on fsync()Jan Kara1-2/+9
2006-10-17[PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown4-25/+23
2006-10-17[PATCH] knfsd: Fix bug in recent lockd patches that can cause reclaim to failNeilBrown1-1/+10
2006-10-17[PATCH] knfsd: nfsd4: Fix error handling in nfsd's callback clientJ. Bruce Fields1-2/+2
2006-10-17[PATCH] knfsd: nfsd4: fix open permission checkingJ. Bruce Fields1-1/+3
2006-10-17[PATCH] knfsd: nfsd4: fix owner-override on openJ. Bruce Fields1-7/+5
2006-10-17[PATCH] fuse: fix dereferencing dentry parentMiklos Szeredi1-1/+4
2006-10-17[PATCH] fuse: fix handling of moved directoryMiklos Szeredi3-27/+51
2006-10-17[PATCH] fuse: fix spurious BUGMiklos Szeredi1-3/+0
2006-10-17[PATCH] fuse: locking fix for nlookupMiklos Szeredi2-0/+4
2006-10-17[PATCH] fuse: fix hang on SMPMiklos Szeredi3-13/+34
2006-10-17[PATCH] PROC_NUMBUF is wrongAndrew Morton1-1/+1
2006-10-17[PATCH] null dereference in fs/jbd2/journal.cDave Kleikamp1-1/+2
2006-10-15[PATCH] Fix core files so they make sense to gdb...Petr Vandrovec1-5/+3
2006-10-15[PATCH] new cifs endianness bugsAl Viro1-5/+7
2006-10-13JFS: pageno needs to be longDave Kleikamp1-2/+2
2006-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds6-14/+15
2006-10-13[PATCH] Get core dump code to work...Petr Vandrovec1-1/+1
2006-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds20-98/+312
2006-10-12[CIFS] Missing flags2 for DFSSteve French2-1/+11
2006-10-12[DLM] fix iovec length in recvmsgPatrick Caulfield1-1/+1
2006-10-12[GFS2] Pass the correct value to kunmap_atomicRussell Cattelan2-5/+5
2006-10-12[GFS2] Fix bug where lock not heldSteven Whitehouse1-3/+2
2006-10-12[DLM] Kconfig: don't show an empty DLM menuAdrian Bunk1-2/+1
2006-10-12[GFS2] Fix uninitialised variableSteven Whitehouse2-1/+2
2006-10-12[GFS2] Fix a size calculation errorRussell Cattelan1-2/+4
2006-10-12[CIFS] Workaround incomplete byte length returned by someSteve French2-14/+30
2006-10-12[CIFS] cifs Kconfig: don't select CONNECTORAndrew Morton1-1/+1
2006-10-12[PATCH] block layer: ioprio_best function fixVasily Tarasov1-5/+0
2006-10-12[PATCH] splice: fix pipe_to_file() ->prepare_write() error pathJens Axboe1-3/+3
2006-10-12[CIFS] Level 1 QPathInfo needed for proper OS2 supportSteve French3-4/+23
2006-10-12[CIFS] fix typo in previous patchSteve French1-3/+3
2006-10-12[CIFS] Fix old DOS time conversion to handle timezoneSteve French2-2/+13
2006-10-11[CIFS] Do not need to adjust for Jan/Feb for leap daySteve French1-1/+2
2006-10-11[PATCH] misuse of strstrAl Viro1-1/+1