summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
AgeCommit message (Expand)Author
2014-11-14GFS2: Update timestamps on fallocateAndrew Price
2014-11-14GFS2: Update i_size properly on fallocateAndrew Price
2014-11-14GFS2: Use inode_newsize_ok and get_write_access in fallocateAndrew Price
2014-11-03GFS2: Only increase rs_sizehintBob Peterson
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-09-09locks: consolidate "nolease" routinesJeff Layton
2014-08-21GFS2: Request demote when a "try" flock failsBob Peterson
2014-07-18GFS2: Allow caching of glocks for flockBob Peterson
2014-07-18GFS2: Allow flocks to use normal glock dq rather than dq_waitBob Peterson
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-05-16GFS2: fs/gfs2/file.c: kernel-doc warning fixesFabian Frederick
2014-05-14GFS2: remove transaction glockBenjamin Marzinski
2014-05-06gfs2: switch to ->write_iter()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-02-06GFS2: Lock i_mutex and use a local gfs2_holder for fallocateBob Peterson
2013-10-02GFS2: Add allocation parameters structureSteven Whitehouse
2013-09-27GFS2: Clean up reservation removalSteven Whitehouse
2013-09-05GFS2: dirty inode correctly in gfs2_write_endBenjamin Marzinski
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-06-29[readdir] convert gfs2Al Viro
2013-06-14GFS2: Add atomic_open supportSteven Whitehouse
2013-06-03GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-04GFS2: Fix unlock of fcntl locks during withdrawn stateSteven Whitehouse
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-11-07GFS2: Add Orlov allocatorSteven Whitehouse
2012-11-07GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski
2012-11-07GFS2: Clean up some unused assignmentsAndrew Price
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-09-24GFS2: Remove rs_requested field from reservationsSteven Whitehouse
2012-09-13GFS2: Make write size hinting code commonSteven Whitehouse
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31gfs2: Convert to new freezing mechanismJan Kara
2012-07-31gfs2: Push file_update_time() into gfs2_page_mkwrite()Jan Kara
2012-07-20GFS2: Eliminate 64-bit dividesBob Peterson
2012-07-19GFS2: Reduce file fragmentationBob Peterson
2012-06-06GFS2: Add "top dir" flag supportSteven Whitehouse
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson
2012-06-06GFS2: Extend the life of the reservationsBob Peterson
2012-04-24GFS2: Rename function gfs2_close to gfs2_releaseBob Peterson
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro
2012-03-09GFS2: call gfs2_write_alloc_required for each chunkBenjamin Marzinski