aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/reservations.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-29ocfs2: change return type of ocfs2_resmap_initGravatar Heming Zhao via Ocfs2-devel 1-3/+1
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 1-3/+1
2020-04-02ocfs2: remove unused macrosGravatar Alex Shi 1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 1-9/+1
2015-02-10ocfs2: make resv_lock spinlock staticGravatar Fabian Frederick 1-1/+1
2011-02-23ocfs2: Remove masklog ML_RESERVATIONS.Gravatar Tao Ma 1-31/+26
2010-09-23ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.Gravatar Tao Ma 1-12/+10
2010-06-28ocfs2: update gfp/slab.h includesGravatar Tejun Heo 1-1/+0
2010-05-05ocfs2/trivial: Code cleanup for allocation reservation.Gravatar Tao Ma 1-2/+0
2010-05-05ocfs2: make ocfs2_adjust_resv_from_alloc simple.Gravatar Tao Ma 1-20/+12
2010-05-05ocfs2: Add dir_resv_level mount optionGravatar Mark Fasheh 1-3/+6
2010-05-05ocfs2: change default reservation window sizesGravatar Mark Fasheh 1-3/+4
2010-05-05ocfs2: use allocation reservations for directory dataGravatar Mark Fasheh 1-2/+6
2010-05-05ocfs2: allocation reservationsGravatar Mark Fasheh 1-0/+849