index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
sync.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-24
1
-2
/
+2
|
\
|
*
fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going away
Jens Axboe
2011-03-17
1
-2
/
+2
*
|
introduce sys_syncfs to sync a single file system
Sage Weil
2011-03-21
1
-0
/
+24
|
/
*
get rid of file_fsync()
Al Viro
2010-08-09
1
-25
/
+0
*
Merge branch 'master' into for-linus
Jens Axboe
2010-06-01
1
-5
/
+3
|
\
|
*
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-05-27
1
-5
/
+3
*
|
Revert "writeback: fix WB_SYNC_NONE writeback from umount"
Jens Axboe
2010-06-01
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-05-21
1
-72
/
+14
|
\
|
*
sanitize vfs_fsync calling conventions
Christoph Hellwig
2010-05-21
1
-34
/
+8
|
*
new helper: iterate_supers()
Al Viro
2010-05-21
1
-19
/
+6
|
*
get rid of restarts in sync_filesystems()
Al Viro
2010-05-21
1
-25
/
+3
|
*
Leave superblocks on s_list until the end
Al Viro
2010-05-21
1
-1
/
+4
*
|
writeback: fix WB_SYNC_NONE writeback from umount
Jens Axboe
2010-05-17
1
-1
/
+1
|
/
*
Catch filesystems lacking s_bdi
Jörn Engel
2010-04-25
1
-1
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
quota: move code from sync_quota_sb into vfs_quota_sync
Christoph Hellwig
2010-03-05
1
-7
/
+7
*
fold do_sync_file_range into sys_sync_file_range
Christoph Hellwig
2009-12-17
1
-36
/
+23
*
kill wait_on_page_writeback_range
Christoph Hellwig
2009-12-10
1
-6
/
+2
*
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
2009-12-10
1
-2
/
+3
*
fs/buffer.c: clean up EXPORT* macros
H Hartley Sweeten
2009-09-23
1
-0
/
+1
*
fs: Assign bdi in super_block
Jens Axboe
2009-09-16
1
-1
/
+8
*
fsync: wait for data writeout completion before calling ->fsync
Christoph Hellwig
2009-09-14
1
-4
/
+1
*
vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...
Jan Kara
2009-09-14
1
-7
/
+48
*
writeback: switch to per-bdi threads for flushing data
Jens Axboe
2009-09-11
1
-1
/
+1
*
writeback: get rid of generic_sync_sb_inodes() export
Jens Axboe
2009-09-11
1
-8
/
+10
*
sys_sync(): fix 16% performance regression in ffsb create_4k test
Zhang, Yanmin
2009-07-06
1
-0
/
+5
*
remove the call to ->write_super in __sync_filesystem
Christoph Hellwig
2009-06-11
1
-2
/
+0
*
->write_super lock_super pushdown
Christoph Hellwig
2009-06-11
1
-4
/
+0
*
enforce ->sync_fs is only called for rw superblock
Christoph Hellwig
2009-06-11
1
-7
/
+16
*
quota: Introduce writeout_quota_sb() (version 4)
Jan Kara
2009-06-11
1
-1
/
+5
*
quota: cleanup dquota sync functions (version 4)
Christoph Hellwig
2009-06-11
1
-1
/
+1
*
vfs: Rename fsync_super() to sync_filesystem() (version 4)
Jan Kara
2009-06-11
1
-6
/
+6
*
vfs: Move syncing code from super.c to sync.c (version 4)
Jan Kara
2009-06-11
1
-0
/
+85
*
vfs: Make sys_sync() use fsync_super() (version 4)
Jan Kara
2009-06-11
1
-21
/
+10
*
vfs: Fix sys_sync() and fsync_super() reliability (version 4)
Jan Kara
2009-06-11
1
-1
/
+3
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2009-03-27
1
-1
/
+1
|
\
|
*
vfs: Use lowercase names of quota functions
Jan Kara
2009-03-26
1
-1
/
+1
*
|
Get rid of pdflush_operation() in emergency sync and remount
Jens Axboe
2009-03-26
1
-1
/
+13
|
/
*
[CVE-2009-0029] System call wrappers part 09
Heiko Carstens
2009-01-14
1
-3
/
+3
*
[CVE-2009-0029] System call wrapper special cases
Heiko Carstens
2009-01-14
1
-4
/
+22
*
mm: do_sync_mapping_range integrity fix
Nick Piggin
2009-01-06
1
-1
/
+1
*
add a vfs_fsync helper
Christoph Hellwig
2009-01-05
1
-11
/
+37
*
SYNC_FILE_RANGE_WRITE may and will block. Document that.
Pavel Machek
2008-07-24
1
-1
/
+2
*
vfs: fix unconditional write_super() call in file_fsync()
OGAWA Hirofumi
2008-04-29
1
-1
/
+1
*
Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM
David Woodhouse
2007-06-28
1
-0
/
+8
*
Remove do_sync_file_range()
Mark Fasheh
2007-05-08
1
-1
/
+1
*
[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()
Mark Fasheh
2007-04-26
1
-5
/
+3
*
[PATCH] VFS: change struct file to use struct path
Josef "Jeff" Sipek
2006-12-08
1
-2
/
+2
*
[PATCH] severing fs.h, radix-tree.h -> sched.h
Al Viro
2006-12-04
1
-0
/
+1
*
[PATCH] BLOCK: Move functions out of buffer code [try #6]
David Howells
2006-09-30
1
-0
/
+113
[prev]
[next]