summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix misspellings collected by members of KJ list.Robert P. J. Day2007-05-092-3/+3
| * | Style fix in fs/select.cWANG Cong2007-05-091-2/+2
| * | fs/libfs.c: >80 columns line break fixRonni Nielsen2007-05-091-1/+4
* | | Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-092-1/+4
* | | reiserfs: use zero_user_pageNate Diller2007-05-092-39/+13
* | | ext3: use zero_user_pageNate Diller2007-05-091-10/+2
* | | affs: use zero_user_pageNate Diller2007-05-091-5/+1
* | | fs: convert core functions to zero_user_pageNate Diller2007-05-093-60/+19
* | | knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry ma...NeilBrown2007-05-091-6/+50
* | | knfsd: various nfsd xdr cleanupsNeilBrown2007-05-092-60/+34
* | | knfsd: trivial makefile cleanupChristoph Hellwig2007-05-091-1/+0
* | | knfsd: avoid use of unitialised variables on error path when nfs exportsNeilBrown2007-05-091-7/+7
* | | RPC: add wrapper for svc_reserve to account for checksumJeff Layton2007-05-092-2/+2
* | | nfsd/nfs4state: remove unnecessary daemonize callEric W. Biederman2007-05-091-2/+0
* | | The NFSv2/NFSv3 server does not handle zero length WRITE requests correctlyPeter Staubach2007-05-092-17/+77
* | | remove nfs4_acl_add_ace()Adrian Bunk2007-05-091-17/+0
* | | unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-2/+2
* | | aio: use flush_work()Andrew Morton2007-05-091-4/+3
* | | AFS: implement basic file write supportDavid Howells2007-05-0911-27/+1483
* | | AFS: AFS fixupsDavid Howells2007-05-0912-109/+121
* | | fs: use path_walk in do_path_lookupJosef 'Jeff' Sipek2007-05-091-2/+2
* | | fs: fix indentation in do_path_lookupJosef 'Jeff' Sipek2007-05-091-3/+1
* | | use simple_read_from_buffer() in fs/Akinobu Mita2007-05-093-74/+5
|/ /
* | smaps: only define clear_refs for CONFIG_MMUDavid Rientjes2007-05-081-0/+2
* | Remove suid/sgid bits on [f]truncate()Linus Torvalds2007-05-081-0/+3
* | Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-05-0844-304/+491
|\ \
| * | [XFS] Add lockdep support for XFSLachlan McIlroy2007-05-085-28/+88
| * | [XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks.Lachlan McIlroy2007-05-081-27/+26
| * | [XFS] Get rid of redundant "required" in msg.Utako Kusaka2007-05-081-2/+1
| * | [XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.Tim Shimmin2007-05-082-1/+12
| * | [XFS] Remove unused ilen variable and references.Tim Shimmin2007-05-081-4/+0
| * | [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-089-88/+208
| * | [XFS] Fix race condition in xfs_write().Lachlan McIlroy2007-05-081-29/+32
| * | [XFS] Fix uquota and oquota enforcement problems.Kouta Ooizumi2007-05-083-4/+12
| * | [XFS] propogate return codes from flush routinesLachlan McIlroy2007-05-0810-22/+53
| * | [XFS] Fix quotaon syscall failures for group enforcement requests.Donald Douwsma2007-05-081-3/+1
| * | [XFS] Invalidate quotacheck when mounting without a quota type.Donald Douwsma2007-05-081-0/+11
| * | [XFS] reducing the number of random number functions.Joe Perches2007-05-084-20/+3
| * | [XFS] remove more misc. unused argsEric Sandeen2007-05-083-15/+8
| * | [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.Eric Sandeen2007-05-085-21/+13
| * | [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-0821-67/+50
* | | Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-05-081-9/+8
|\ \ \
| * | | [PATCH] splice: always call into page_cache_readahead()Jens Axboe2007-05-081-5/+3
| * | | [PATCH] splice(): fix interaction with readaheadFengguang Wu2007-05-081-4/+5
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2007-05-088-8/+31
|\ \ \
| * | | JFS: Fix race waking up jfsIO kernel threadDave Kleikamp2007-05-051-1/+2
| * | | JFS: use __set_current_state()Milind Arun Choudhary2007-04-263-6/+6
| * | | Copy i_flags to jfs inode flags on writeDave Kleikamp2007-04-255-1/+23
* | | | udf: possible null pointer dereference while load_partitionDmitriy Monakhov2007-05-081-0/+2
* | | | udf: support files larger than 1GJan Kara2007-05-083-82/+180
OpenPOWER on IntegriCloud