Fabian Frédérick ([email protected])

Number of posts: 1112 (0.39 per day)
First post: 2014-01-18 00:22:29
Last post: 2021-11-23 17:13:32

Date List Subject
2014-06-02 17:51:59 linux-kernel [PATCH V3] drivers/scsi/bfa/bfad_debugfs.c: replace 2 kzalloc/copy_from_user by memdup_user
2014-06-02 17:30:33 linux-kernel [PATCH V2] drivers/scsi/bfa/bfad_debugfs.c: replace 2 kzalloc/copy_from_user to memdup_user
2014-06-02 17:14:11 linux-kernel [PATCH 1/1] scripts/checkpatch.pl: device_initcall is not the only __initcall substitute
2014-06-02 16:18:10 linux-kernel [PATCH 1/1] lib/atomic64_test.c: convert printk(KERN_INFO to pr_info
2014-06-02 16:03:14 linux-kernel [PATCH 1/1] lib/asn1_decoder.c: kernel-doc warning fix
2014-06-01 13:08:25 linux-kernel [PATCH 1/1] drivers/misc/carma/carma-fpga.c: use PTR_ERR_OR_ZERO
2014-06-01 12:29:51 linux-kernel [PATCH 1/1] drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZERO
2014-06-01 12:12:08 linux-kernel [PATCH 1/1] drivers/block/rbd.c: use PTR_ERR_OR_ZERO
2014-06-01 11:57:41 linux-kernel [PATCH 1/1 linux-next] drivers/tty/hvc/hvc_tile.c: use PTR_ERR_OR_ZERO
2014-05-28 19:13:53 linux-nfs [PATCH 1/1] fs/nfs_common/nfsacl.c: move EXPORT symbol after functions
2014-04-30 20:24:33 linux-kernel [PATCH 1/1] lib/vsprintf.c: fix comparison to bool
2014-04-30 20:09:15 linux-kernel [PATCH 1/1] lib/libcrc32c.c: use PTR_ERR_OR_ZERO
2014-04-30 19:18:40 linux-kernel [PATCH 1/1] MM/ZBUD: make size unsigned like unique callsite
2014-04-30 19:14:48 linux-kernel [PATCH 1/1] FS/9P: kernel-doc fixes
2014-04-30 05:10:56 linux-kernel Re: [PATCH 1/1] Revert "affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()"
2014-04-29 19:33:12 linux-kernel [PATCH 1/1] Revert "affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()"
2014-04-29 17:29:44 linux-kernel [PATCH 2/2] mm/slub.c: convert vnsprintf-static to va_format
2014-04-29 17:25:54 linux-kernel [PATCH 1/2] mm/slub.c: convert printk to pr_foo()
2014-04-29 17:17:35 linux-kernel [PATCH 1/1] fs/configs/item.c: kernel-doc fixes + clean-up
2014-04-29 16:23:29 linux-kernel Re: [PATCH V3 1/2] FS: Add generic data flush to fsync
2014-04-28 21:19:54 linux-kernel Re: [PATCH 1/1] MM: make vmpressure_win dynamic
2014-04-28 21:13:08 linux-kernel [PATCH V3 2/2] fs/ext4/fsync.c: generic_file_fsync call based on barrier flag
2014-04-28 21:10:39 linux-kernel [PATCH V3 1/2] FS: Add generic data flush to fsync
2014-04-28 20:26:15 linux-kernel [PATCH 1/1] mm/memory_hotplug.c: use PFN_DOWN()
2014-04-28 20:24:17 linux-kernel [PATCH 1/1] mm/memblock.c: use PFN_DOWN
2014-04-28 20:23:20 linux-kernel [PATCH 1/1] MM: make vmpressure_win dynamic
2014-04-28 20:19:57 linux-kernel [PATCH 1/1] FS/BEFS: kernel-doc fixes
2014-04-27 10:10:21 linux-kernel [PATCH 1/1] fs/ntfs/mft.c: fix 2 sparse warnings
2014-04-26 18:55:24 linux-kernel [PATCH 1/1] fs/gfs2/lops.c: replace 0 by NULL for pointers
2014-04-26 18:53:23 linux-kernel [PATCH 1/1] fs/direct-io.c: replace 0 by NULL for pointers + clean-up
2014-04-26 10:46:25 linux-kernel [PATCH 1/1] fs/squashfs/squashfs.h: replace pr_warning by pr_warn
2014-04-26 10:44:19 linux-kernel [PATCH 1/1] FS/CEPH: replace pr_warning by pr_warn
2014-04-26 08:55:41 linux-kernel [PATCH V2] fs/jfs/super.c: remove 0 assignment on static + code clean-up
2014-04-26 08:50:51 linux-kernel [PATCH 1/1] mm/vmalloc.c: replace seq_printf by seq_puts
2014-04-26 08:48:33 linux-kernel [PATCH 1/1] mm/memcontrol.c: remove NULL assignment on static
2014-04-26 08:46:11 linux-kernel [PATCH 1/1] fs/jfs/super.c: remove 0 assignement to static + code clean-up
2014-04-26 08:40:25 linux-kernel [PATCH 1/1] fs/jfs/jfs_logmgr.c: remove NULL assignment on static
2014-04-25 22:54:32 linux-kernel [PATCH V2 2/2] fs/ext4/fsync.c: generic_file_fsync call based on barrier flag
2014-04-25 22:52:40 linux-kernel [PATCH V2 1/2] FS: Add generic data flush to fsync
2014-04-25 20:14:16 linux-kernel [PATCH 1/1] kernel/audit.c: Remove positive test on backlog_wait_time
2014-04-25 20:13:12 linux-kernel [PATCH 1/1] drivers/video/fbdev/core/fbmem.c: remove positive test on unsigned values
2014-04-25 20:11:23 linux-kernel [PATCH 1/1] drivers/scsi/sd.c: remove positive test on unsigned value
2014-04-25 20:09:55 linux-kernel [PATCH 1/1] drivers/pnp/resource.c: remove positive test on unsigned values
2014-04-24 16:33:49 linux-kernel [PATCH 1/1] fs/ufs/balloc.c: remove err parameter in ufs_add_fragments
2014-04-24 16:25:58 linux-kernel [PATCH 1/1] fs/befs/linuxvfs.c: remove positive test on sector_t
2014-04-24 15:21:00 linux-kernel [PATCH RESEND] FS/PSTORE: Logging clean-up
2014-04-23 16:22:08 linux-kernel [PATCH 1/1] drivers/mtd/devices/docg3.c: add __exit to doc_unregister_sysfs
2014-04-23 16:14:46 linux-kernel [PATCH 1/1] FS/FUSE: add __exit to fuse_ctl_cleanup
2014-04-23 16:10:09 linux-kernel [PATCH 1/1] drivers/video/fbdev/omap2/dss/dss.c: add __exit to dss_uninit_ports
2014-04-23 16:05:44 linux-kernel [PATCH 1/1] fs/ext4/super.c: add __exit to ext4_destroy_lazyinit_thread
2014-04-22 21:07:29 linux-kernel [PATCH 1/1] FS/ISOFS: Logging clean-up