summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Adjust block device size after an online resize of a disk.Andrew Patterson2008-10-091-0/+2
* Wrapper for lower-level revalidate_disk routines.Andrew Patterson2008-10-091-0/+1
* block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo2008-10-091-0/+1
* Allow elevators to sort/merge discard requestsDavid Woodhouse2008-10-091-1/+2
* Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse2008-10-091-0/+1
* Add 'discard' request handlingDavid Woodhouse2008-10-091-1/+2
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-281-21/+23
* [PATCH] get rid of indirect users of namei.hAl Viro2008-07-261-1/+1
* [PATCH] f_count may wrap aroundAl Viro2008-07-261-3/+3
* [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-261-1/+1
* [patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi2008-07-261-16/+17
* [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro2008-07-261-2/+1
* [patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi2008-07-261-1/+1
* [patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi2008-07-261-1/+1
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-1/+4
* [PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsDenys Vlasenko2008-07-261-3/+3
* mm: spinlock tree_lockNick Piggin2008-07-261-1/+1
* locks: add special return value for asynchronous locksMiklos Szeredi2008-07-251-0/+6
* flag parameters: NONBLOCK in pipeUlrich Drepper2008-07-241-2/+2
* flag parameters: pipeUlrich Drepper2008-07-241-0/+1
* fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita2008-07-241-0/+4
* move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2008-07-241-2/+0
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-201-2/+2
|\
| * file lock: reorder struct file_lock to save space on 64 bit buildsRichard Kennedy2008-07-131-2/+2
* | Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds2008-07-161-0/+2
|\ \
| * | VFS: export sync_sb_inodesArtem Bityutskiy2008-07-141-0/+2
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-07-151-0/+2
|\ \ \
| * | | vfs: export filemap_fdatawrite_range()Jan Kara2008-07-111-0/+2
| |/ /
* | | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-3/+5
|\| |
| * | Properly notify block layer of sync writesJens Axboe2008-07-011-0/+1
| |/
| * [patch 4/4] flock: remove unused fields from file_lock_operationsDenis V. Lunev2008-06-231-2/+0
| * introduce memory_read_from_buffer()Akinobu Mita2008-06-061-1/+4
* | Remove BKL from remote_llseek v2Andi Kleen2008-07-021-1/+2
|/
* vfs: splice remove_suid() cleanupMiklos Szeredi2008-05-071-1/+0
* [PATCH] kill ->put_inodeChristoph Hellwig2008-05-061-5/+0
* make vfs_ioctl() staticAdrian Bunk2008-04-291-1/+0
* make __put_super() staticAdrian Bunk2008-04-291-1/+0
* xip: support non-struct page backed memoryNick Piggin2008-04-281-2/+2
* return pfn from direct_access, for XIPJared Hulbert2008-04-281-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-251-4/+1
|\
| * [PATCH] sanitize unshare_files/reset_files_structAl Viro2008-04-251-3/+0
| * [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-1/+1
* | locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields2008-04-251-0/+1
|/
* [PATCH] move a bunch of declarations to fs/internal.hAl Viro2008-04-211-6/+0
* Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-211-1/+1
|\
| * Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-181-1/+1
* | [PATCH] r/o bind mounts: debugging for missed callsDave Hansen2008-04-191-0/+49
* | [PATCH] merge open_namei() and do_filp_open()Christoph Hellwig2008-04-191-1/+2
|/
* make struct def_blk_aops staticAdrian Bunk2008-02-191-1/+0
* vfs: add explanation of I_DIRTY_DATASYNC bitJan Kara2008-02-141-2/+4