summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-266-35/+35
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-156-35/+35
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-162-10/+8
|\ \ | |/
| * mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-1/+1
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+2
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-4/+3
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-3/+2
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-161-13/+15
|\ \
| * | gfs2: Convert to using ->get_state callbackJan Kara2015-03-041-13/+15
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-4/+0
|\ \ \ | | |/ | |/|
| * | make new_sync_{read,write}() staticAl Viro2015-04-111-4/+0
* | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-1412-95/+184
|\ \ \ | |/ / |/| |
| * | gfs2: fix quota refresh race in do_glock()Abhi Das2015-04-081-4/+4
| * | gfs2: incorrect check for debugfs returnsChengyu Song2015-03-301-19/+28
| * | gfs2: allow fallocate to max out quotas/fs efficientlyAbhi Das2015-03-181-23/+47
| * | gfs2: allow quota_check and inplace_reserve to return available blocksAbhi Das2015-03-184-19/+58
| * | gfs2: perform quota checks against allocation parametersAbhi Das2015-03-188-27/+32
| * | GFS2: Move gfs2_file_splice_write outside of #ifdefBob Peterson2015-03-181-16/+16
| * | GFS2: Allocate reservation during splice_writeBob Peterson2015-03-181-2/+18
| * | GFS2: gfs2_set_acl(): Cache "no acl" as wellAndreas Gruenbacher2015-03-181-5/+1
| |/
* | Merge branch 'iocb' into for-nextAl Viro2015-04-112-2/+1
|\ \ | |/ |/|
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-252-2/+1
* | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
|/
* Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-171-2/+2
|\
| * vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-121-5/+6
|\ \
| * | list_lru: add helpers to isolate itemsVladimir Davydov2015-02-121-2/+3
| * | list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-121-3/+3
* | | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-124-4/+2
|\ \ \ | |/ / |/| |
| * | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-202-2/+0
| * | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-202-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-101-1/+0
|\ \ \
| * | | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0
| | |/ | |/|
* | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-106-17/+8
|\ \ \ | |/ / |/| |
| * | GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl()Andrew Elble2015-02-101-1/+1
| * | GFS2: use __vmalloc GFP_NOFS for fs-related allocations.Oleg Drokin2015-02-041-1/+2
| * | GFS2: Eliminate a nonsense gotoBob Peterson2015-01-261-3/+0
| * | GFS2: fix sprintf format specifieralex chen2015-01-132-2/+2
| * | GFS2: Eliminate __gfs2_glock_remove_from_lruBob Peterson2015-01-091-10/+3
| |/
* | quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2015-01-281-26/+23
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-3/+5
|\
| * Merge branch 'for-gfs2' into for-nextAl Viro2014-11-191-17/+9
| |\
| | * gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro2014-11-191-5/+2
| | * gfs2_create_inode(): don't bother with d_splice_alias()Al Viro2014-11-191-14/+4
| | * gfs2: bugger off early if O_CREAT open finds a directoryAl Viro2014-11-191-0/+5
| * | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-3/+5
| |/
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-12-101-0/+1
|\ \
| * | gfs2: Set allowed quota typesJan Kara2014-11-101-0/+1
| |/
* | GFS2: gfs2_atomic_open(): simplify the use of finish_no_open()Al Viro2014-11-201-5/+2
* | GFS2: gfs2_dir_get_hash_table(): avoiding deferred vfree() is easy here...Al Viro2014-11-201-3/+4
OpenPOWER on IntegriCloud