aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14ocfs2: enable ocfs2_listxattr for special filesSu Yue1-0/+1
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-1/+1
2023-10-18ocfs2: convert to new timestamp accessorsJeff Layton1-14/+16
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+10
2023-08-18fs: convert block_commit_write to return voidBean Huo1-6/+1
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-2/+3
2023-07-24ocfs2: convert to ctime accessor functionsJeff Layton1-7/+9
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+40
2023-06-12ocfs2: check new file size on fallocate callLuís Henriques1-1/+7
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24ocfs2: Provide a splice-read wrapperDavid Howells1-2/+39
2023-01-19quota: port to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+4
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-18attr: use consistent sgid stripping checksChristian Brauner1-2/+2
2022-06-26attr: port attribute changes to new typesChristian Brauner1-1/+1
2022-06-26quota: port quota helpers mount idsChristian Brauner1-1/+1
2022-05-09ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli1-2/+2
2022-03-22ocfs2: cleanup some return variablesJoseph Qi1-6/+3
2021-11-06ocfs2: fix data corruption on truncateJan Kara1-2/+6
2021-07-30ocfs2: issue zeroout to EOF blocksJunxiao Bi1-39/+60
2021-07-30ocfs2: fix zero out valid dataJunxiao Bi1-2/+2
2021-06-05ocfs2: fix data corruption by fallocateJunxiao Bi1-5/+50
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2021-04-12ocfs2: convert to fileattrMiklos Szeredi1-0/+2
2021-04-09ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang1-2/+6
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+10
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+6
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-02-04ocfs2: fix oops when writing cloned fileGang He1-8/+6
2019-11-06ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang1-44/+90
2019-10-19ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu1-0/+2
2019-09-24fs/ocfs2/file.c: remove set but not used variableszhengbin1-3/+0
2019-09-24ocfs2: use jbd2_inode dirty range scopingJoseph Qi1-3/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2018-11-03ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge1-2/+2
2018-10-30ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong1-2/+66
2018-10-30ocfs2: support partial clone range and dedupe rangeDarrick J. Wong1-5/+2
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-8/+8
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong1-1/+1
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-16/+8
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi1-6/+6
2018-07-06vfs: dedupe: return intMiklos Szeredi1-11/+6
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+3
2018-06-07ocfs2: clean up redundant function declarationsJia Guo1-5/+5
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-3/+3
2018-04-05ocfs2: keep the trace point consistent with the function nameJia Guo1-4/+4
2018-04-05ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun1-3/+3
2018-04-05ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun1-1/+1
2018-01-31ocfs2: nowait aio supportGang He1-21/+80
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-15ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen1-2/+7
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+0
2017-09-06ocfs2: clean up some dead codeJun Piao1-7/+0
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-6/+5
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-22ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren1-13/+45
2016-12-10ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong1-3/+32
2016-12-10ocfs2: convert inode refcount test to a helperDarrick J. Wong1-4/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+6
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-10/+24
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro1-32/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-6/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-19ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-05-12ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi1-2/+2
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-7/+7
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding1-18/+9
2016-03-25ocfs2: code clean up for direct ioRyan Ding1-132/+6
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-14ocfs2: return non-zero st_blocks for inline dataJohn Haxby1-0/+8
2015-09-04ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed1-1/+8
2015-09-04ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi1-9/+0
2015-09-04ocfs2: fix several issues of append dioJoseph Qi1-1/+4
2015-09-04ocfs2: fix race between dio and recover orphanJoseph Qi1-1/+1
2015-09-04ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dioRyan Ding1-14/+14
2015-07-23ocfs2: Handle error from dquot_initialize()Jan Kara1-4/+10
2015-07-23quota: Propagate error from ->acquire_dquot()Jan Kara1-4/+4
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-24ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang1-27/+4
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2015-04-11ocfs2: use __generic_file_write_iter()Al Viro1-57/+7
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-5/+5
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-9/+10
2015-04-11ocfs2: move generic_write_checks() before the alignment checksAl Viro1-24/+18
2015-04-11ocfs2_file_write_iter: stop messing with pposAl Viro1-12/+12
2015-04-11Merge branch 'for-linus' into for-nextAl Viro1-6/+11
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-2/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-4/+0
2015-04-09ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-04-08ocfs2_file_write_iter: keep return value and current position update in syncAl Viro1-1/+1
2015-04-08[regression] ocfs2: do *not* increment ->ki_pos twiceAl Viro1-1/+0
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-5/+3
2015-02-16ocfs2: set append dio as a ro compat featureJoseph Qi1-1/+16
2015-02-16ocfs2: complete the rest request through buffer ioJoseph Qi1-1/+42
2015-02-16ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi1-1/+4
2015-02-16ocfs2: prepare some interfaces used in append direct ioJoseph Qi1-2/+9
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-10ocfs2: fix uninitialized variable accessJunxiao Bi1-1/+1
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+1
2014-12-18ocfs2: reflink: fix slow unlink for refcounted fileJunxiao Bi1-1/+1
2014-12-10ocfs2: remove filesize checks for sync I/O journal commitGoldwyn Rodrigues1-3/+1
2014-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2014-10-09ocfs2: fix deadlock due to wrong locking orderJunxiao Bi1-24/+23
2014-09-30ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr()Jan Kara1-1/+1
2014-09-17ocfs2: Don't use MAXQUOTAS valueJan Kara1-2/+2
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-114/+24
2014-06-12ocfs2: switch to iter_file_splice_write()Al Viro1-80/+2
2014-06-04fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox1-1/+1
2014-05-06ocfs2: switch to ->write_iter()Al Viro1-18/+12
2014-05-06ocfs2: switch to ->read_iter()Al Viro1-11/+10
2014-05-06iov_iter_truncate()Al Viro1-5/+5
2014-05-06start adding the tag to iov_iterAl Viro1-1/+1
2014-05-06kill generic_segment_checks()Al Viro1-6/+1
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-3/+3
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+6
2014-04-03ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong1-0/+7
2014-04-03ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen1-1/+10
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong1-21/+15
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang1-12/+3
2014-04-01ocfs2_file_aio_write(): switch to generic_perform_write()Al Viro1-2/+5
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro1-1/+1
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro1-1/+1
2014-03-10ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-02-10ocfs2: update inode size after zeroing the holeJunxiao Bi1-8/+32
2014-02-10ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu1-7/+2
2014-02-10ocfs2: fix ocfs2_sync_file() if filesystem is readonlyYounger Liu1-0/+3
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+3
2014-01-25ocfs2: use generic posix ACL infrastructureChristoph Hellwig1-1/+3
2014-01-21ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed1-1/+2
2013-11-13fs/ocfs2/file.c: fix wrong commentJunxiao Bi1-1/+1
2013-11-13fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues1-2/+1
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-3/+3
2013-09-11ocfs2: free path in ocfs2_remove_inode_range()Younger Liu1-0/+1
2013-09-11ocfs2: lighten up allocate transactionYounger Liu1-5/+1
2013-08-13ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang1-3/+3
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-3/+3
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-11/+1
2013-06-29[readdir] convert ocfs2Al Viro1-2/+2
2013-05-24ocfs2: unlock rw lock if inode lock failedJoseph Qi1-1/+1
2013-04-09pipe: don't use ->i_mutexAl Viro1-4/+2
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-3/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+7
2013-02-26kill f_vfsmntAl Viro1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-5/+5
2013-02-13ocfs2: Compare kuids and kgids using uid_eq and gid_eqEric W. Biederman1-4/+4
2013-02-13ocfs2: For tracing report the uid and gid values in the initial user namespaceEric W. Biederman1-1/+2
2012-12-20ocfs2: drop vmtruncateMarco Stornelli1-18/+0
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-3/+3
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon1-4/+1
2012-09-18userns: Modify dqget to take struct kqidEric W. Biederman1-4/+2
2012-07-31ocfs2: Convert to new freezing mechanismJan Kara1-2/+9
2012-07-11ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques1-1/+1
2012-07-03ocfs2: clear unaligned io flag when dio failsJunxiao Bi1-1/+3
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+94
2011-11-17ocfs2: honor O_(D)SYNC flag in fallocateMark Fasheh1-0/+3
2011-08-21Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in...Joel Becker1-18/+78
2011-07-28ocfs2: serialize unaligned aioMark Fasheh1-0/+38
2011-07-25ocfs2: Implement llseek()Sunil Mushran1-2/+53
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+13
2011-07-20fs: always maintain i_dio_countChristoph Hellwig1-9/+3
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-8/+7
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+3
2011-05-25Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly.Tristan Ye1-0/+1
2011-05-13ocfs2: skip existing hole when removing the last extent_rec in punching-hole ...Tristan Ye1-0/+12
2011-02-22ocfs2: Remove mlog(0) from fs/ocfs2/file.cTao Ma1-97/+93
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-19/+2
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-41/+32
2011-01-17fallocate should be a file operationChristoph Hellwig1-5/+3
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig1-0/+2
2011-01-12Ocfs2: handle hole punching via fallocate properlyJosef Bacik1-2/+6
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+5
2010-12-09Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem.Tristan Ye1-2/+13