Commit History

Author SHA1 Message Date
  Linus Torvalds 0f0d12728e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 years ago
  Linus Torvalds d34fc1adf0 Merge branch 'akpm' (patches from Andrew) 8 years ago
  Jeff Layton de23abd151 fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_range 8 years ago
  Jeff Layton 6454568d96 fs: convert sync_file_range to use errseq_t based error-tracking 8 years ago
  David Howells bc98a42c1f VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) 8 years ago
  Jeff Layton 0f41074a65 fs: remove call_fsync helper function 8 years ago
  Miklos Szeredi 0eb8af4916 vfs: use helper for calling f_op->fsync() 8 years ago
  Kirill A. Shutemov 09cbfeaf1a mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros 9 years ago
  Jan Kara 23d0127096 fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback 10 years ago
  Junichi Nomura aa750fd71c mm/filemap.c: make global sync not clear error status of individual inodes 10 years ago
  Theodore Ts'o 0ae45f63d4 vfs: add support for a lazytime mount option 10 years ago
  Al Viro b583043e99 kill f_dentry uses 11 years ago
  Anton Altaparmakov 10096fb108 Export sync_filesystem() for modular ->remount_fs() use 11 years ago
  Jan Kara 0dc83bd30b Revert "writeback: do not sync data dirtied after sync start" 11 years ago
  Al Viro d311d79de3 fix O_SYNC|O_APPEND syncing the wrong range on write() 11 years ago
  Linus Torvalds 5cbb3d216e Merge branch 'akpm' (patches from Andrew Morton) 12 years ago
  Jan Kara c4a391b53a writeback: do not sync data dirtied after sync start 12 years ago
  Al Viro 72c2d53192 file->f_op is never NULL... 12 years ago
  Al Viro 4a0fd5bf0f teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long 12 years ago
  Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
  Al Viro 2903ff019b switch simple cases of fget_light to fdget 13 years ago
  Jan Kara 4ea425b63a vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes 13 years ago
  Jan Kara d0e91b13eb vfs: Remove unnecessary flushing of block devices 13 years ago
  Jan Kara a8c7176b6d vfs: Make sys_sync writeout also block device inodes 13 years ago
  Jan Kara b3de653105 vfs: Reorder operations during sys_sync 13 years ago
  Jan Kara a117782571 quota: Move quota syncing to ->sync_fs method 13 years ago
  Jan Kara ceed17236a quota: Split dquot_quota_sync() to writeback and cache flushing part 13 years ago
  Jan Kara 6eedc70150 vfs: Move noop_backing_dev_info check from sync into writeback 13 years ago
  Al Viro c2bd6c11cd switch do_fsync() to fget_light() 13 years ago
  Paul Gortmaker 630d9c4727 fs: reduce the use of module.h wherever possible 14 years ago