summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro2020-03-121-1/+1
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-59/+44
|\
| * gfs2: switch to use of errorfc() et.al.Al Viro2020-02-071-15/+15
| * fs_parse: handle optional arguments sanelyAl Viro2020-02-071-28/+10
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
| * fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-3/+3
| * fs_parse: get rid of ->enumsAl Viro2020-02-071-15/+23
* | gfs2: fix O_SYNC write handlingAndreas Gruenbacher2020-02-061-30/+21
* | gfs2: move setting current->backing_dev_infoChristoph Hellwig2020-02-061-11/+10
* | gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das2020-02-061-1/+1
* | Revert "gfs2: eliminate tr_num_revoke_rm"Bob Peterson2020-01-283-4/+6
* | gfs2: remove unused LBIT macrosAlex Shi2020-01-211-10/+0
* | fs/gfs2: remove unused IS_DINODE and IS_LEAF macrosAlex Shi2020-01-211-3/+0
* | gfs2: Remove GFS2_MIN_LVB_SIZE defineAndreas Gruenbacher2020-01-202-3/+1
* | gfs2: Fix incorrect variable nameAndreas Gruenbacher2020-01-202-6/+6
* | gfs2: Avoid access time thrashing in gfs2_inode_lookupAndreas Gruenbacher2020-01-151-5/+5
* | gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepageBob Peterson2020-01-081-3/+1
* | gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson2020-01-077-14/+12
* | gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher2020-01-071-24/+44
|/
* Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-12-0519-92/+152
|\
| * gfs2: Don't write log headers after file system withdrawBob Peterson2019-11-211-1/+6
| * gfs2: Remove duplicate call from gfs2_create_inodeAndreas Gruenbacher2019-11-211-1/+0
| * gfs2: clean up iopen glock mess in gfs2_create_inodeBob Peterson2019-11-191-6/+7
| * gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESSBob Peterson2019-11-151-1/+8
| * gfs2: Abort gfs2_freeze if io error is seenBob Peterson2019-11-151-7/+12
| * gfs2: Don't loop forever in gfs2_freeze if withdrawnBob Peterson2019-11-141-5/+5
| * gfs2: fix infinite loop in gfs2_ail1_flush on io errorBob Peterson2019-11-141-1/+2
| * gfs2: Introduce function gfs2_withdrawnBob Peterson2019-11-1411-19/+26
| * gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson2019-11-144-4/+12
| * gfs2: make gfs2_log_shutdown staticBob Peterson2019-11-142-2/+3
| * gfs2: Remove active journal side effect from gfs2_write_log_headerAndreas Gruenbacher2019-11-124-18/+23
| * gfs2: Fix end-of-file handling in gfs2_page_mkwriteAndreas Gruenbacher2019-11-071-14/+26
| * gfs2: Multi-block allocations in gfs2_page_mkwriteAndreas Gruenbacher2019-11-071-7/+8
| * gfs2: Improve mmap write vs. punch_hole consistencyAndreas Gruenbacher2019-11-071-2/+9
| * gfs2: make gfs2_fs_parameters staticBen Dooks (Codethink)2019-10-301-1/+1
| * gfs2: Some whitespace cleanupsAndreas Gruenbacher2019-10-303-2/+3
| * gfs2: removed unnecessary semicolonAliasgar Surti2019-10-303-3/+3
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+30
|\ \
| * | gfs2: add compat_ioctl supportArnd Bergmann2019-10-231-0/+30
* | | Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-11-302-3/+6
|\ \ \ | |_|/ |/| |
| * | iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-1/+2
| * | iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-151-2/+4
| |/
* | gfs2: Fix initialisation of args for remountAndrew Price2019-10-301-7/+13
* | gfs2: Fix memory leak when gfs2meta's fs_context is freedAndrew Price2019-10-241-0/+1
|/
* Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-244-459/+380
|\
| * gfs2: Convert gfs2 to fs_contextAndrew Price2019-09-184-459/+380
* | gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson2019-09-171-0/+1
* | gfs2: Improve mmap write vs. truncate consistencyAndreas Gruenbacher2019-09-061-1/+1
* | gfs2: Use async glocks for renameBob Peterson2019-09-045-13/+123