summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
Commit message (Expand)AuthorAgeFilesLines
...
* ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-031-2/+1Star
* ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge2018-11-031-2/+2
* ocfs2: without quota support, avoid calling quota recoveryGuozhonghua2018-11-031-17/+34
* ocfs2: remove ocfs2_is_o2cb_active()Gang He2018-11-033-10/+1Star
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-023-137/+128Star
|\
| * ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong2018-10-303-103/+102Star
| * ocfs2: support partial clone range and dedupe rangeDarrick J. Wong2018-10-303-45/+46
| * ocfs2: fix pagecache truncation prior to reflinkDarrick J. Wong2018-10-301-2/+3
| * ocfs2: truncate page cache for clone destination file before remappingDarrick J. Wong2018-10-301-6/+4Star
| * vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong2018-10-301-1/+1
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-303-10/+10
| * vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-303-4/+4
| * vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-16/+8Star
| * vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong2018-10-301-1/+1
| * vfs: check file ranges before cloning filesDarrick J. Wong2018-10-301-1/+1
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-1/+1
|\ \
| * | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
| |/
* | ocfs2: remove set but not used variable 'rb'YueHaibing2018-10-271-2/+0Star
* | fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai2018-10-271-1/+1
* | ocfs2: remove unneeded null checkDing Xiang2018-10-271-2/+1Star
* | ocfs2: remove unused pointer 'eb'Colin Ian King2018-10-271-4/+0Star
* | ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor2018-10-271-1/+1
|/
* ocfs2: fix a GCC warningzhong jiang2018-10-131-0/+2
* ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-10-061-2/+2
* ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen2018-10-061-4/+12
* ocfs2: fix ocfs2 read block panicJunxiao Bi2018-09-201-0/+1
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-221-11/+6Star
|\
| * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-6/+6
| * vfs: dedupe: return intMiklos Szeredi2018-07-061-11/+6Star
* | ocfs2: make several functions and variables static (and some const)Colin Ian King2018-08-183-10/+10
* | ocfs2: clean up some unnecessary codewangyan2018-08-183-19/+5Star
* | ocfs2: return -EROFS when filesystem becomes read-onlyJun Piao2018-08-183-37/+30Star
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-152-9/+17
|\
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-142-9/+17
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-062-9/+17
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-5/+6
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-2/+2
* | | fs: ocfs2: use new return type vm_fault_tSouptick Joarder2018-06-081-24/+20Star
* | | ocfs2: drop a VLA in ocfs2_orphan_del()Salvatore Mesoraca2018-06-081-2/+1Star
* | | ocfs2: correct the comments position of struct ocfs2_dir_block_trailerGuozhonghua2018-06-081-4/+4
* | | ocfs2: eliminate a misreported warningZhen Lei2018-06-081-1/+1
* | | ocfs2: ocfs2_inode_lock_tracker does not distinguish lock levelLarry Chen2018-06-082-30/+90
* | | ocfs2: clean up redundant function declarationsJia Guo2018-06-082-7/+5Star
|/ /
* / ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Changwei Ge2018-05-261-10/+1Star
|/
* ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant2018-05-121-2/+12
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-0625-390/+329Star
|\
| * ocfs2/dlm: clean up unused variable in dlm_process_recovery_dataChangwei Ge2018-04-061-4/+0Star
| * ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect biopiaojun2018-04-061-1/+10
| * ocfs2: add duplicated ino number checkGang He2018-04-061-1/+20
| * ocfs2: add kobject for online file checkGang He2018-04-064-202/+155Star