First
|
Prev |
Next
|
Last
Pages: 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119
[PATCHv5 06/16] AFFS: wait for sb synchronization when needed From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> AFFS does not ever wait for superblock synchronization in ->put_super(), ->write_super, and ->sync_fs(). However, it should wait for synchronization in ->put_super() because it is about to be unmounted, in ->write_super() because this is periodic SB synchroni... 6 Jun 2010 11:37
[PATCHv5 15/16] HFS: wait for sb synchronization when needed From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> HFS does not ever wait for superblock synchronization in ->put_super(), ->write_super, and ->sync_fs(). However, it should wait for synchronization in ->put_super() because it is about to be unmounted, in ->write_super() because this is periodic SB synchroniz... 6 Jun 2010 11:37
[PATCHv5 02/16] VFS: rename s_dirt to s_dirty From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> .... in order to make sure no one accesses the "s_dirt" flag direclty - this should help to identify build errors earlier. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> --- include/linux/fs.h | 8 ++++---- 1 files changed, 4 insertions(+),... 6 Jun 2010 11:37
[PATCHv5 13/16] HFS: fix race condition in marking SB dirty From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> When synchronizing the file-system, hfs first initiates the SB write (a) and then marks the superblock as clean (b). However, meanwhile (between (a) and (b)) someone else can modify the superblock and mark it as dirty. This would be a race condition, and the res... 6 Jun 2010 11:37
[PATCHv5 16/16] HFSPLUS: wait for synchronization From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> HFS does not ever wait for superblock synchronization in ->put_super(), ->write_super, and ->sync_fs(). However, it should wait for synchronization in ->put_super() because it is about to be unmounted, in ->write_super() because this is periodic SB synchroniz... 6 Jun 2010 11:37
[PATCHv5 14/16] HFS: kill hfs_buffer_sync From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> and use 'sync_dirty_buffer()' instead, which is the right way of doing synchronization. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> --- fs/hfs/hfs_fs.h | 11 ----------- fs/hfs/mdb.c | 4 ++-- 2 files changed, 2 insertions(+), 13 d... 6 Jun 2010 11:37
[PATCHv5 12/16] ext4: fix race condition in marking SB dirty From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> When synchronizing the superblock, ext4 first starts changing the SB (a) and then marks the superblock as clean (b). However, meanwhile (between (a) and (b)) someone else can modify the superblock and mark it as dirty. This would be a race condition, and the res... 6 Jun 2010 11:36
[PATCHv5 10/16] exofs: fix race condition in marking SB dirty From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> When synchronizing the superblock, exofs first initiates the SB write (a) and then marks the superblock as clean (b). However, meanwhile (between (a) and (b)) someone else can modify the superblock and mark it as dirty. This would be a race condition, and the re... 6 Jun 2010 11:36
[PATCHv5 11/16] ext2: fix race condition in marking SB dirty From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> When synchronizing the superblock, ext2 first initiates the SB write (a) and then marks the superblock as clean (b). However, meanwhile (between (a) and (b)) someone else can modify the superblock and mark it as dirty. This would be a race condition, and the res... 6 Jun 2010 11:36
[PATCH] Add rv3029c2 RTC support Hi Gregory, Your patch has been hung for long time. I didnot know whether you still want it be merged? 2010/3/25 Gregory Hermant <gregory.hermant(a)calao-systems.com>: Signed-off-by: Gregory Hermant <gregory.hermant(a)calao-systems.com> --- drivers/rtc/Kconfig | 9 + drivers/rtc/Makefile ... 6 Jun 2010 11:36 |