summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] reiserfs: do not add save links for O_DIRECT writesVladimir V. Saveliev2006-12-071-50/+4
* [PATCH] reiser: replace kmalloc+memset with kzallocYan Burman2006-12-073-9/+4
* [PATCH] dcache: avoid RCU for never-hashed dentriesEric Dumazet2006-12-071-4/+12
* [PATCH] don't insert pipe dentries into dentry_hashtable.Eric Dumazet2006-12-071-5/+17
* [PATCH] make fs/proc/base.c:proc_pid_instantiate() staticAdrian Bunk2006-12-071-2/+3
* [PATCH] fs/lockd/host.c: make 2 functions staticAdrian Bunk2006-12-071-25/+28
* [PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() staticAdrian Bunk2006-12-071-0/+2
* [PATCH] make fs/jbd/transaction.c:__journal_temp_unlink_buffer() staticAdrian Bunk2006-12-071-1/+3
* [PATCH] make ecryptfs_version_str_map[] staticAdrian Bunk2006-12-071-1/+1
* [PATCH] ext4: fix reservation extensionMingming Cao2006-12-071-4/+8
* [PATCH] ext3: fix reservation extensionMingming Cao2006-12-071-4/+8
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
* [PATCH] reiserfs: add missing D-cache flushingAlexey Dobriyan2006-12-071-0/+4
* [PATCH] elf: fix kcore note size calculationMagnus Damm2006-12-071-7/+9
* [PATCH] elf: Always define elf_addr_t in linux/elf.hMagnus Damm2006-12-072-7/+0
* [PATCH] remove the syslog interface when printk is disabledMike Galbraith2006-12-072-1/+4
* [PATCH] retries in ext4_prepare_write() violate ordering requirementsAndrey Savochkin2006-12-071-10/+75
* [PATCH] retries in ext3_prepare_write() violate ordering requirementsAndrey Savochkin2006-12-071-10/+75
* [PATCH] protect ext2 ioctl modifying append_only immutable etc with i_mutexAndrew Morton2006-12-071-1/+5
* [PATCH] ext4_ext_split(): remove dead codeAdrian Bunk2006-12-071-3/+0
* [PATCH] corrupted cramfs filesystems cause kernel oopsPhillip Lougher2006-12-071-0/+2
* [PATCH] ext4: uninline large functionsAndrew Morton2006-12-072-1/+61
* [PATCH] ext3: uninline large functionsAndrew Morton2006-12-072-1/+60
* [PATCH] vfs_getattr(): remove dead codeAndrew Morton2006-12-071-7/+0
* [PATCH] VFS: extra check inside dentry_unhash()Vasily Averin2006-12-071-2/+1
* [PATCH] hpfs: fix printk format warningsRandy Dunlap2006-12-075-16/+37
* [PATCH] hpfs: bring hpfs_error() into shapeAlexey Dobriyan2006-12-072-15/+11
* [PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan2006-12-076-11/+11
* [PATCH] compat: fix uaccess handlingHeiko Carstens2006-12-072-29/+39
* [PATCH] binfmt: fix uaccess handlingHeiko Carstens2006-12-071-4/+7
* [PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9...Mika Kukkonen2006-12-071-2/+2
* [PATCH] handle ext4 directory corruption betterEric Sandeen2006-12-072-0/+12
* [PATCH] handle ext3 directory corruption betterEric Sandeen2006-12-072-0/+12
* [PATCH] binfmt_elf: randomize PIE binaries (2nd try)Marcus Meissner2006-12-071-1/+7
* [PATCH] Remove superfluous lock_super() in extN xattr codeAndreas Gruenbacher2006-12-073-12/+3
* [PATCH] fix reiserfs bad path release panicSuzuki K P2006-12-071-1/+2
* [PATCH] file: kill unnecessary timer in fdtable_deferTejun Heo2006-12-071-27/+2
* [PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi2006-12-071-10/+33
* [PATCH] fuse: add DESTROY operationMiklos Szeredi2006-12-072-0/+28
* [PATCH] fuse: add bmap supportMiklos Szeredi2006-12-073-0/+42
* [PATCH] fuse: add blksize optionMiklos Szeredi2006-12-071-4/+20
* [PATCH] fuse: add support for block device based filesystemsMiklos Szeredi2006-12-071-11/+37
* [PATCH] fuse: minor cleanup in fuse_dentry_revalidateMiklos Szeredi2006-12-071-3/+0
* [PATCH] ext4: fsid for statvfsPekka Enberg2006-12-071-0/+5
* [PATCH] ext3: fsid for statvfsPekka Enberg2006-12-071-0/+5
* [PATCH] ext2: fsid for statvfsPekka Enberg2006-12-071-6/+12
* [PATCH] honour MNT_NOEXEC for access()Stas Sergeev2006-12-071-2/+4
* [PATCH] Fix check_partition routinesSuzuki K P2006-12-074-15/+33
* [PATCH] fix rescan_partitions to return errors properlySuzuki Kp2006-12-071-1/+3
* [PATCH] Use freezeable workqueues in XFSRafael J. Wysocki2006-12-071-2/+2