Age | Commit message (Expand) | Author | Files | Lines |
2024-11-03 | fdget(), trivial conversions | Al Viro | 1 | -18/+11 |
2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -7/+7 |
2022-04-26 | riscv: compat: syscall: Add compat_sys_call_table implementation | Guo Ren | 1 | -0/+9 |
2022-01-30 | vfs: make sync_filesystem return errors from ->sync_fs | Darrick J. Wong | 1 | -6/+12 |
2021-10-22 | block: simplify the block device syncing code | Christoph Hellwig | 1 | -19/+4 |
2021-10-22 | block: remove __sync_blockdev | Christoph Hellwig | 1 | -3/+4 |
2021-10-22 | fs: remove __sync_filesystem | Christoph Hellwig | 1 | -21/+17 |
2020-06-09 | Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+2 |
2020-06-02 | vfs: track per-sb writeback errors and report them to syncfs | Jeff Layton | 1 | -2/+4 |
2020-05-13 | ovl: skip overlayfs superblocks at global sync | Konstantin Khlebnikov | 1 | -1/+2 |
2019-05-14 | fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback | Amir Goldstein | 1 | -6/+15 |
2019-05-02 | fs: add sync_file_range() helper | Jens Axboe | 1 | -64/+71 |
2018-04-04 | Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -5/+1 |
2018-04-02 | fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall | Dominik Brodowski | 1 | -3/+9 |
2018-04-02 | fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() | Dominik Brodowski | 1 | -1/+6 |
2018-03-11 | fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync | Christoph Hellwig | 1 | -5/+1 |
2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-03 | fs: kill 'nr_pages' argument from wakeup_flusher_threads() | Jens Axboe | 1 | -1/+1 |
2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -3/+3 |
2017-09-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+0 |
2017-09-06 | fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_range | Jeff Layton | 1 | -5/+0 |
2017-08-01 | fs: convert sync_file_range to use errseq_t based error-tracking | Jeff Layton | 1 | -2/+2 |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -3/+3 |
2017-07-05 | fs: remove call_fsync helper function | Jeff Layton | 1 | -1/+1 |
2017-02-20 | vfs: use helper for calling f_op->fsync() | Miklos Szeredi | 1 | -1/+1 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2015-11-06 | fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback | Jan Kara | 1 | -1/+2 |
2015-11-05 | mm/filemap.c: make global sync not clear error status of individual inodes | Junichi Nomura | 1 | -1/+6 |
2015-02-05 | vfs: add support for a lazytime mount option | Theodore Ts'o | 1 | -0/+8 |
2014-11-19 | kill f_dentry uses | Al Viro | 1 | -1/+1 |
2014-09-05 | Export sync_filesystem() for modular ->remount_fs() use | Anton Altaparmakov | 1 | -1/+1 |
2014-02-22 | Revert "writeback: do not sync data dirtied after sync start" | Jan Kara | 1 | -9/+6 |
2014-02-09 | fix O_SYNC|O_APPEND syncing the wrong range on write() | Al Viro | 1 | -17/+0 |
2013-11-13 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 1 | -6/+9 |
2013-11-13 | writeback: do not sync data dirtied after sync start | Jan Kara | 1 | -6/+9 |
2013-10-24 | file->f_op is never NULL... | Al Viro | 1 | -1/+1 |
2013-03-03 | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long | Al Viro | 1 | -22/+4 |
2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
2012-09-26 | switch simple cases of fget_light to fdget | Al Viro | 1 | -19/+14 |
2012-07-22 | vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn... | Jan Kara | 1 | -10/+9 |
2012-07-22 | vfs: Remove unnecessary flushing of block devices | Jan Kara | 1 | -8/+8 |
2012-07-22 | vfs: Make sys_sync writeout also block device inodes | Jan Kara | 1 | -7/+11 |
2012-07-22 | vfs: Reorder operations during sys_sync | Jan Kara | 1 | -12/+34 |
2012-07-22 | quota: Move quota syncing to ->sync_fs method | Jan Kara | 1 | -3/+0 |
2012-07-22 | quota: Split dquot_quota_sync() to writeback and cache flushing part | Jan Kara | 1 | -1/+1 |
2012-07-22 | vfs: Move noop_backing_dev_info check from sync into writeback | Jan Kara | 1 | -7/+0 |
2012-05-29 | switch do_fsync() to fget_light() | Al Viro | 1 | -2/+3 |
2012-02-28 | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+1 |
2012-01-03 | fs: move code out of buffer.c | Al Viro | 1 | -1/+0 |
2011-10-31 | writeback: Add a 'reason' to wb_writeback_work | Curt Wohlgemuth | 1 | -2/+2 |
2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 1 | -22/+3 |
2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+2 |
2011-03-21 | introduce sys_syncfs to sync a single file system | Sage Weil | 1 | -0/+24 |
2011-03-17 | fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going away | Jens Axboe | 1 | -2/+2 |
2010-08-09 | get rid of file_fsync() | Al Viro | 1 | -25/+0 |
2010-06-01 | Merge branch 'master' into for-linus | Jens Axboe | 1 | -5/+3 |
2010-06-01 | Revert "writeback: fix WB_SYNC_NONE writeback from umount" | Jens Axboe | 1 | -1/+1 |
2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 1 | -5/+3 |
2010-05-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -72/+14 |
2010-05-21 | sanitize vfs_fsync calling conventions | Christoph Hellwig | 1 | -34/+8 |
2010-05-21 | new helper: iterate_supers() | Al Viro | 1 | -19/+6 |
2010-05-21 | get rid of restarts in sync_filesystems() | Al Viro | 1 | -25/+3 |
2010-05-21 | Leave superblocks on s_list until the end | Al Viro | 1 | -1/+4 |
2010-05-17 | writeback: fix WB_SYNC_NONE writeback from umount | Jens Axboe | 1 | -1/+1 |
2010-04-25 | Catch filesystems lacking s_bdi | Jörn Engel | 1 | -1/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-05 | quota: move code from sync_quota_sb into vfs_quota_sync | Christoph Hellwig | 1 | -7/+7 |
2009-12-17 | fold do_sync_file_range into sys_sync_file_range | Christoph Hellwig | 1 | -36/+23 |
2009-12-10 | kill wait_on_page_writeback_range | Christoph Hellwig | 1 | -6/+2 |
2009-12-10 | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 1 | -2/+3 |
2009-09-23 | fs/buffer.c: clean up EXPORT* macros | H Hartley Sweeten | 1 | -0/+1 |
2009-09-16 | fs: Assign bdi in super_block | Jens Axboe | 1 | -1/+8 |
2009-09-14 | fsync: wait for data writeout completion before calling ->fsync | Christoph Hellwig | 1 | -4/+1 |
2009-09-14 | vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN... | Jan Kara | 1 | -7/+48 |
2009-09-11 | writeback: switch to per-bdi threads for flushing data | Jens Axboe | 1 | -1/+1 |
2009-09-11 | writeback: get rid of generic_sync_sb_inodes() export | Jens Axboe | 1 | -8/+10 |
2009-07-06 | sys_sync(): fix 16% performance regression in ffsb create_4k test | Zhang, Yanmin | 1 | -0/+5 |
2009-06-11 | remove the call to ->write_super in __sync_filesystem | Christoph Hellwig | 1 | -2/+0 |
2009-06-11 | ->write_super lock_super pushdown | Christoph Hellwig | 1 | -4/+0 |
2009-06-11 | enforce ->sync_fs is only called for rw superblock | Christoph Hellwig | 1 | -7/+16 |
2009-06-11 | quota: Introduce writeout_quota_sb() (version 4) | Jan Kara | 1 | -1/+5 |
2009-06-11 | quota: cleanup dquota sync functions (version 4) | Christoph Hellwig | 1 | -1/+1 |
2009-06-11 | vfs: Rename fsync_super() to sync_filesystem() (version 4) | Jan Kara | 1 | -6/+6 |
2009-06-11 | vfs: Move syncing code from super.c to sync.c (version 4) | Jan Kara | 1 | -0/+85 |
2009-06-11 | vfs: Make sys_sync() use fsync_super() (version 4) | Jan Kara | 1 | -21/+10 |
2009-06-11 | vfs: Fix sys_sync() and fsync_super() reliability (version 4) | Jan Kara | 1 | -1/+3 |
2009-03-27 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -1/+1 |
2009-03-26 | Get rid of pdflush_operation() in emergency sync and remount | Jens Axboe | 1 | -1/+13 |
2009-03-26 | vfs: Use lowercase names of quota functions | Jan Kara | 1 | -1/+1 |
2009-01-14 | [CVE-2009-0029] System call wrappers part 09 | Heiko Carstens | 1 | -3/+3 |
2009-01-14 | [CVE-2009-0029] System call wrapper special cases | Heiko Carstens | 1 | -4/+22 |
2009-01-06 | mm: do_sync_mapping_range integrity fix | Nick Piggin | 1 | -1/+1 |
2009-01-05 | add a vfs_fsync helper | Christoph Hellwig | 1 | -11/+37 |
2008-07-24 | SYNC_FILE_RANGE_WRITE may and will block. Document that. | Pavel Machek | 1 | -1/+2 |
2008-04-29 | vfs: fix unconditional write_super() call in file_fsync() | OGAWA Hirofumi | 1 | -1/+1 |
2007-06-28 | Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM | David Woodhouse | 1 | -0/+8 |
2007-05-08 | Remove do_sync_file_range() | Mark Fasheh | 1 | -1/+1 |
2007-04-26 | [PATCH] Turn do_sync_file_range() into do_sync_mapping_range() | Mark Fasheh | 1 | -5/+3 |
2006-12-08 | [PATCH] VFS: change struct file to use struct path | Josef "Jeff" Sipek | 1 | -2/+2 |
2006-12-04 | [PATCH] severing fs.h, radix-tree.h -> sched.h | Al Viro | 1 | -0/+1 |
2006-09-30 | [PATCH] BLOCK: Move functions out of buffer code [try #6] | David Howells | 1 | -0/+113 |
2006-06-23 | [PATCH] writeback: fix range handling | OGAWA Hirofumi | 1 | -1/+1 |
2006-04-11 | [PATCH] sync_file_range(): use unsigned for flags | Andrew Morton | 1 | -2/+2 |
2006-03-31 | [PATCH] sys_sync_file_range() | Andrew Morton | 1 | -0/+164 |