summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski2012-11-071-7/+5Star
* GFS2: Clean up some unused assignmentsAndrew Price2012-11-071-2/+0Star
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-1/+1
* GFS2: Remove rs_requested field from reservationsSteven Whitehouse2012-09-241-2/+2
* GFS2: Make write size hinting code commonSteven Whitehouse2012-09-131-4/+27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-12/+6Star
|\
| * gfs2: Convert to new freezing mechanismJan Kara2012-07-311-12/+3Star
| * gfs2: Push file_update_time() into gfs2_page_mkwrite()Jan Kara2012-07-301-0/+3
* | GFS2: Eliminate 64-bit dividesBob Peterson2012-07-201-3/+3
* | GFS2: Reduce file fragmentationBob Peterson2012-07-191-13/+11Star
* | GFS2: Add "top dir" flag supportSteven Whitehouse2012-06-061-0/+4
* | GFS2: Fold quota data into the reservations structBob Peterson2012-06-061-16/+6Star
* | GFS2: Extend the life of the reservationsBob Peterson2012-06-061-3/+20
|/
* GFS2: Rename function gfs2_close to gfs2_releaseBob Peterson2012-04-241-6/+6
* get rid of pointless includes of ext2_fs.hAl Viro2012-03-311-1/+0Star
* GFS2: call gfs2_write_alloc_required for each chunkBenjamin Marzinski2012-03-091-5/+8
* GFS2: FITRIM ioctl supportSteven Whitehouse2012-02-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-01-081-16/+18
|\
| * GFS2: decouple quota allocations from block allocationsBob Peterson2011-11-221-14/+11Star
| * GFS2: O_(D)SYNC support for fallocateSteven Whitehouse2011-11-211-0/+5
| * GFS2: More automated code analysis fixesSteven Whitehouse2011-11-081-1/+1
| * GFS2: Add readahead to sequential directory traversalBob Peterson2011-11-081-1/+1
* | vfs: mnt_drop_write_file()Al Viro2012-01-041-1/+1
* | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-041-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-281-2/+2
|\
| * vfs: do (nearly) lockless generic_file_llseekAndi Kleen2011-10-281-2/+2
* | GFS2: rewrite fallocate code to write blocks directlyBenjamin Marzinski2011-10-211-147/+24Star
* | GFS2: Clean up ->page_mkwriteSteven Whitehouse2011-10-211-18/+46
* | GFS2: Fix AIL flush issue during fsyncSteven Whitehouse2011-10-211-6/+2Star
* | GFS2: Cache the most recently used resource group in the inodeSteven Whitehouse2011-10-211-3/+3
* | GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been addedSteven Whitehouse2011-10-211-2/+11
* | GFS2: Use ->dirty_inode()Steven Whitehouse2011-10-211-1/+0Star
* | GFS2: Fix bug trap and journaled data fsyncSteven Whitehouse2011-10-211-0/+2
* | GFS2: Split data write & wait in fsyncSteven Whitehouse2011-10-211-10/+24
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-231-4/+15
|\
| * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-3/+14
| * ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-1/+1
* | GFS2: Add S_NOSEC supportSteven Whitehouse2011-07-151-1/+3
|/
* GFS2: make sure fallocate bytes is a multiple of blksizeBenjamin Marzinski2011-05-031-2/+8
* GFS2: Clean up fsync()Steven Whitehouse2011-04-201-23/+13Star
* GFS2: directly write blocks past i_sizeBenjamin Marzinski2011-04-181-10/+48
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-241-1/+1
* GFS2: fix block allocation check for fallocateBenjamin Marzinski2011-03-111-25/+31
* GFS2: Remove potential race in flock codeSteven Whitehouse2011-03-091-2/+4
* GFS2: Improve cluster mmap scalabilitySteven Whitehouse2011-02-021-5/+10
* fallocate should be a file operationChristoph Hellwig2011-01-171-0/+258
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+1
* locks: let the caller free file_lock on ->setlease failureChristoph Hellwig2010-10-311-2/+0Star
* locks: fix setlease methods to free passed-in lockJ. Bruce Fields2010-10-311-0/+2
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+2
|\