summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
Commit message (Expand)AuthorAgeFilesLines
* proc: partially revert "procfs: provide stack information for threads"KOSAKI Motohiro2010-01-111-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-01-041-1/+1
|\
| * nilfs2: update mailing list addressRyusuke Konishi2010-01-021-1/+1
* | ext4: Update documentation to correct the inode_readahead_blks option nameFang Wenqi2009-12-241-1/+1
|/
* Driver core: driver_attribute parameters can often be const*Phil Carmody2009-12-231-2/+2
* Driver core: device_attribute parameters can often be const*Phil Carmody2009-12-231-4/+4
* Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-1610-12/+27
|\
| * Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2009-11-231-1/+7
| |\
| * | nfs: move more to Documentation/filesystems/nfsJ. Bruce Fields2009-11-064-2/+4
| * | nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields2009-10-278-9/+15
| * | Merge commit 'v2.6.32-rc5' into for-2.6.33J. Bruce Fields2009-10-274-9/+23
| |\ \
| * | | nfsd41: use sv_max_mesg for forechannel max sizesAndy Adamson2009-09-281-0/+7
| * | | nfsd: fix Documentation typoJ. Bruce Fields2009-09-281-1/+1
* | | | seq_file: use proc_create() in documentationAlexey Dobriyan2009-12-161-3/+1
* | | | procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz2009-12-151-0/+9
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-112-3/+3
|\ \ \ \
| * | | | ext3: make "norecovery" an alias for "noload"Eric Sandeen2009-12-101-2/+2
| * | | | kill wait_on_page_writeback_rangeChristoph Hellwig2009-12-101-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-12-111-2/+5
|\ \ \ \ \
| * | | | | nilfs2: add norecovery mount optionRyusuke Konishi2009-11-201-0/+4
| * | | | | nilfs2: Using nobarrier option instead of barrier=offJiro SEKIBA2009-11-201-2/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-12-101-2/+8
|\ \ \ \ \
| * | | | | ext4: make "norecovery" an alias for "noload"Eric Sandeen2009-11-191-2/+2
| * | | | | ext4: make trim/discard optional (and off by default)Eric Sandeen2009-11-191-0/+6
| |/ / / /
* | | | | trivial: some small fixes in exofs documentationThadeu Lima de Souza Cascardo2009-12-102-11/+14
| |/ / / |/| | |
* | | | Doc: better explanation of procs_runningLuis Garces-Erice2009-12-091-2/+2
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-051-1/+2
|\ \ \ \
| * \ \ \ Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-11-261-1/+7
| |\ \ \ \ | | |/ / /
| * | | | sched, cpuacct: Fix niced guest time accountingRyota Ozaki2009-10-251-1/+2
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds2009-11-302-1/+130
|\ \ \ \
| * | | | CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-191-0/+1
| * | | | FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-191-0/+2
| * | | | FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-192-1/+24
| * | | | FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells2009-11-191-0/+1
| * | | | FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-191-0/+3
| * | | | FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells2009-11-191-0/+2
| * | | | FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-191-0/+16
| * | | | FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+81
| | |/ / | |/| |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-11-191-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | ocfs2: Refresh documentationSunil Mushran2009-11-131-3/+3
| |/ /
* | | Revert "ext4: Remove journal_checksum mount option and enable it by default"Linus Torvalds2009-11-021-1/+7
|/ /
* | ext3: Update documentation about ext3 quota mount optionsJan Kara2009-10-131-4/+12
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-09-302-4/+10
|\ \
| * | ext4: Use tracepoints for mb_history trace fileTheodore Ts'o2009-09-301-1/+0
| * | ext4: Update documentation about quota mount optionsJan Kara2009-09-291-3/+10
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-09-301-1/+1
|\ \ | |/ |/|
| * vfat: change the default from shortname=lower to shortname=mixedPaul Wise2009-08-011-1/+1
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+7
|\ \
| * | HWPOISON: Define a new error_remove_page address space op for async truncationAndi Kleen2009-09-161-0/+7
* | | doc/filesystems: more mount cleanupsPeng Tao2009-09-241-6/+11
OpenPOWER on IntegriCloud