summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* inotify: reimplement inotify using fsnotifyEric Paris2009-06-115-447/+570
* fsnotify: handle filesystem unmounts with fsnotify marksEric Paris2009-06-112-0/+73
* fsnotify: fsnotify marks on inodes pin them in coreEric Paris2009-06-111-0/+7
* fsnotify: allow groups to add private data to eventsEric Paris2009-06-112-4/+49
* fsnotify: add correlations between eventsEric Paris2009-06-112-5/+21
* fsnotify: include pathnames with entries when possibleEric Paris2009-06-112-4/+19
* fsnotify: generic notification queue and waitqEric Paris2009-06-113-7/+241
* dnotify: reimplement dnotify using fsnotifyEric Paris2009-06-112-107/+363
* fsnotify: parent event notificationEric Paris2009-06-113-0/+113
* fsnotify: add marks to inodes so groups can interpret how to handle those inodesEric Paris2009-06-116-2/+405
* fsnotify: unified filesystem notification backendEric Paris2009-06-117-0/+448
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-1122-67/+389
|\
| * fs/bio.c: add missing __user annotationMichal Simek2009-06-101-1/+1
| * Revert "block: implement blkdev_readpages"Jens Axboe2009-06-041-7/+0
| * block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-221-0/+10
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-9/+10
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-2216-25/+26
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-225-64/+72
| |\
| * \ Merge branch 'master' into for-2.6.31Jens Axboe2009-05-22114-2728/+2011
| |\ \
| * | | splice: fix kmaps in default_file_splice_write()Miklos Szeredi2009-05-191-108/+22
| * | | bio: always copy back data for copied kernel requestsTejun Heo2009-05-191-1/+1
| * | | splice: fix error return codeAndrew Morton2009-05-141-1/+3
| * | | splice: fix repeated kmap()'s in default_file_splice_read()Jens Axboe2009-05-131-6/+4
| * | | splice: implement default splice_write methodMiklos Szeredi2009-05-111-4/+138
| * | | splice: implement default splice_read methodMiklos Szeredi2009-05-114-14/+136
| * | | splice: implement pipe to pipe splicingMiklos Szeredi2009-05-111-11/+151
| * | | block: add rq->resid_lenTejun Heo2009-05-111-2/+2
| * | | block: implement blkdev_readpagesJeff Moyer2009-04-281-0/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2009-06-1131-1575/+1522
|\ \ \ \
| * | | | GFS2: Merge gfs2_get_sb into gfs2_get_sb_metaSteven Whitehouse2009-06-101-12/+4
| * | | | GFS2: Fix cache coherency between truncate and O_DIRECT readSteven Whitehouse2009-06-101-1/+1
| * | | | GFS2: Fix locking issue mounting gfs2meta fsSteven Whitehouse2009-06-051-14/+22
| * | | | GFS2: Remove unused variableSteven Whitehouse2009-06-031-2/+0
| * | | | GFS2: smbd proccess hangs with flock() call.Abhijith Das2009-06-021-2/+2
| * | | | GFS2: Remove args subdir from gfs2 sysfs filesSteven Whitehouse2009-05-261-51/+1
| * | | | GFS2: Remove lockstruct subdir from gfs2 sysfs filesSteven Whitehouse2009-05-261-33/+8
| * | | | GFS2: Move gfs2_unlink_ok into ops_inode.cSteven Whitehouse2009-05-223-41/+38
| * | | | GFS2: Move gfs2_readlinki into ops_inode.cSteven Whitehouse2009-05-223-58/+56
| * | | | GFS2: Move gfs2_rmdiri into ops_inode.cSteven Whitehouse2009-05-223-54/+53
| * | | | GFS2: Merge mount.c and ops_super.c into super.cSteven Whitehouse2009-05-224-956/+903
| * | | | GFS2: Clean up some file namesSteven Whitehouse2009-05-2212-55/+34
| * | | | GFS2: Be more aggressive in reclaiming unlinked inodesSteven Whitehouse2009-05-212-3/+4
| * | | | GFS2: Add a rgrp bitmap full flagSteven Whitehouse2009-05-212-30/+50
| * | | | GFS2: Improve resource group error handlingSteven Whitehouse2009-05-207-67/+99
| * | | | GFS2: Don't warn when delete inode fails on ro filesystemSteven Whitehouse2009-05-191-1/+1
| * | | | GFS2: Umount recovery race fixSteven Whitehouse2009-05-199-124/+122
| * | | | GFS2: Remove a couple of unused sysfs entriesSteven Whitehouse2009-05-131-13/+0
| * | | | GFS2: Add commit= mount optionSteven Whitehouse2009-05-135-60/+60
| * | | | GFS2: Move journal live test at transaction startSteven Whitehouse2009-05-131-6/+3
| * | | | GFS2: Fix timestamps on writeAbhijith Das2009-05-121-10/+10
OpenPOWER on IntegriCloud