- ca68787 Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 8 months ago
- 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 8 months ago
- 300e549 Merge branch 'gfs2-iopen' into for-next by Andreas Gruenbacher · 4 years, 8 months ago
- b66648a gfs2: Move inode generation number check into gfs2_inode_lookup by Andreas Gruenbacher · 5 years ago
- 6bdcade gfs2: Minor gfs2_lookup_by_inum cleanup by Andreas Gruenbacher · 5 years ago
- a0e3cc6 gfs2: Turn gl_delete into a delayed work by Andreas Gruenbacher · 5 years ago
- 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 8 months ago
- 1a0b00d gfs2: Only do glock put in gfs2_create_inode for free inodes by Bob Peterson · 4 years, 8 months ago
- 2297ab6 gfs2: Fix problems regarding gfs2_qa_get and _put by Bob Peterson · 4 years, 9 months ago
- 018d21f Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 10 months ago
- 1595548 gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put by Andreas Gruenbacher · 4 years, 11 months ago
- 2fba46a gfs2: Change inode qa_data to allow multiple users by Bob Peterson · 5 years ago
- d580712 gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc by Bob Peterson · 4 years, 11 months ago
- 40e7e86 gfs2: Clean up inode initialization and teardown by Andreas Gruenbacher · 5 years ago
- 2103913 gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache by Al Viro · 4 years, 11 months ago
- 2b0fb35 gfs2: Avoid access time thrashing in gfs2_inode_lookup by Andreas Gruenbacher · 5 years ago
- 8f81180 gfs2: Remove duplicate call from gfs2_create_inode by Andreas Gruenbacher · 5 years ago
- 2c47c1b gfs2: clean up iopen glock mess in gfs2_create_inode by Bob Peterson · 5 years ago
- 098b9c1 gfs2: removed unnecessary semicolon by Aliasgar Surti · 5 years ago
- ad26967 gfs2: Use async glocks for rename by Bob Peterson · 5 years ago
- bc74aae gfs2: separate holder for rgrps in gfs2_rename by Bob Peterson · 5 years ago
- 15a798f gfs2: Use IS_ERR_OR_NULL by Kefeng Wang · 6 years ago
- 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
- 6ff9b09 gfs2: Get rid of potential double-freeing in gfs2_create_inode by Andreas Gruenbacher · 6 years ago
- 44907d7 get rid of 'opened' argument of ->atomic_open() - part 3 by Al Viro · 7 years ago
- b452a45 getting rid of 'opened' argument of ->atomic_open() - part 2 by Al Viro · 7 years ago
- be12af3 getting rid of 'opened' argument of ->atomic_open() - part 1 by Al Viro · 7 years ago
- 73a09dd introduce FMODE_CREATED and switch to it by Al Viro · 7 years ago
- aad888f switch all remaining checks for FILE_OPENED to FMODE_OPENED by Al Viro · 7 years ago
- 628e366 gfs2: Iomap cleanups and improvements by Andreas Gruenbacher · 7 years ago
- 83998cc gfs2: Dirty source inode during rename by Andreas Gruenbacher · 7 years ago
- 2eb5909 GFS2: Don't try to end a non-existent transaction in unlink by Bob Peterson · 7 years ago
- 235628c gfs2: Add gfs2_max_stuffed_size by Andreas Gruenbacher · 7 years ago
- b2623c2 gfs2: Add support for statx inode flags by Andreas Gruenbacher · 7 years ago
- 3a27411 gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap by Andreas Gruenbacher · 8 years ago
- aac1a55 GFS2: Switch fiemap implementation to use iomap by Bob Peterson · 8 years ago
- 38eedf2 gfs2: Support negative atimes by Andreas Gruenbacher · 7 years ago
- 61b91cf gfs2: Fix trivial typos by Andreas Gruenbacher · 7 years ago
- 9c1b280 GFS2: Clear gl_object if gfs2_create_inode fails by Bob Peterson · 8 years ago
- 4d7c18c GFS2: Set gl_object in inode lookup only after block type check by Bob Peterson · 8 years ago
- df3d87bd GFS2: Introduce helper for clearing gl_object by Bob Peterson · 8 years ago
- 98e5a91 gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode" by Andreas Gruenbacher · 8 years ago
- e0b62e2 gfs2: gfs2_create_inode: Keep glock across iput by Andreas Gruenbacher · 8 years ago
- 6f6597ba gfs2: Protect gl->gl_object by spin lock by Andreas Gruenbacher · 8 years ago
- 4fd1a57 gfs2: Get rid of flush_delayed_work in gfs2_evict_inode by Andreas Gruenbacher · 8 years ago
- d4da319 Revert "GFS2: Wait for iopen glock dequeues" by Andreas Gruenbacher · 8 years ago
- cc963a1 GFS2: Temporarily zero i_no_addr when creating a dinode by Bob Peterson · 8 years ago
- 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 5fdf493 Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 332f51d gfs2: Initialize atime of I_NEW inodes by Andreas Gruenbacher · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- 337684a fs: return EPERM on immutable inode by Eryu Guan · 8 years ago
- b403f23 Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
- 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 9 years ago
- 6df9f9a gfs2: Lock holder cleanup by Andreas Gruenbacher · 9 years ago
- cda9dd4 gfs2: Large-filesystem fix for 32-bit systems by Andreas Gruenbacher · 9 years ago
- ec5ec66 gfs2: Get rid of gfs2_ilookup by Andreas Gruenbacher · 9 years ago
- 3ce37b2 gfs2: Fix gfs2_lookup_by_inum lock inversion by Andreas Gruenbacher · 9 years ago
- be1332c Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
- 1a39ba9 gfs2: Switch to generic xattr handlers by Al Viro · 9 years ago
- e97321f GFS2: Don't dereference inode in gfs2_inode_lookup until it's valid by Bob Peterson · 9 years ago
- ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
- 1ca80a0 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
- 73b462d GFS2: Eliminate parameter non_block on gfs2_inode_lookup by Bob Peterson · 9 years ago
- ff34245 GFS2: Don't filter out I_FREEING inodes anymore by Bob Peterson · 10 years ago
- a492386 GFS2: Prevent delete work from occurring on glocks used for create by Bob Peterson · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 4d58967 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
- fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
- 6cc4b6e GFS2: Don't do glock put on when inode creation fails by Bob Peterson · 9 years ago
- 783013c GFS2: Release iopen glock in gfs2_create_inode error cases by Bob Peterson · 9 years ago
- 86d067a GFS2: Wait for iopen glock dequeues by Bob Peterson · 9 years ago
- a097dc7e GFS2: Make rgrp reservations part of the gfs2_inode structure by Bob Peterson · 10 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
- acc546f gfs2: Automatically set GFS2_DIF_SYSTEM flag on system files by Abhi Das · 9 years ago
- 546fac6 Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 10 years ago
- 39a7258 gfs2: fix quota updates on block boundaries by Abhi Das · 10 years ago
- 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
- 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
- a63b7bb GFS2: add support for rename2 and RENAME_EXCHANGE by Benjamin Marzinski · 10 years ago
- 86fbca4 GFS2: inode.c: indent with TABs, not spaces by Antonio Ospite · 10 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- b8fbf47 gfs2: perform quota checks against allocation parameters by Abhi Das · 10 years ago
- 45094a5 GFS2: Eliminate a nonsense goto by Bob Peterson · 10 years ago
- ec7d879 GFS2: gfs2_atomic_open(): simplify the use of finish_no_open() by Al Viro · 10 years ago
- 44bb31b GFS2: gfs2_create_inode(): don't bother with d_splice_alias() by Al Viro · 10 years ago
- 571a4b5 GFS2: bugger off early if O_CREAT open finds a directory by Al Viro · 10 years ago