aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+41
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+41
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields6-25/+51
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-18/+4
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+10
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-4/+15
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+9
2012-10-01NFS: Add nfs4_unique_id boot parameterChuck Lever1-3/+41
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz1-1/+9
2012-09-17jfs: Remove obsolete email addressDave Kleikamp1-2/+0
2012-09-17fs/jfs: TRIM support for JFS FilesystemTino Reichardt1-3/+16
2012-08-27debugfs: more tightly restrict default mount modeKees Cook1-2/+2
2012-08-21Documentation: update mount option in filesystem/vfat.txtNamjae Jeon1-0/+11
2012-08-21nfsd: document kernel interfaces for nfsd configurationJ. Bruce Fields1-0/+41
2012-08-17ext4: add max_dir_size_kb mount optionTheodore Ts'o1-0/+10
2012-08-04Documentation: get rid of write_superArtem Bityutskiy3-9/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields1-2/+0
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman2-0/+25
2012-07-31Documentation: Correct s_umount state for freeze_fs/unfreeze_fsValerie Aurora1-2/+2
2012-07-14don't pass nameidata to ->create()Al Viro3-2/+8
2012-07-14stop passing nameidata to ->lookup()Al Viro3-5/+4
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro3-5/+10
2012-07-14kill struct opendataAl Viro2-2/+2
2012-07-14make ->atomic_open() return intAl Viro2-4/+4
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro2-2/+2
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi2-0/+15
2012-07-14vfs: update documentation on ->i_dentry handlingAl Viro1-6/+4
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+7
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik2-0/+7
2012-05-31c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Cyrill Gorcunov1-0/+5
2012-05-31fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov1-0/+18
2012-05-29mm: document the meminfo and vmstat fields of relevance to transparent hugepagesMel Gorman1-0/+2
2012-05-29mm/fs: remove truncate_rangeHugh Dickins2-7/+8
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-9/+7
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-3/+3
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-15/+15
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2-6/+122
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker1-1/+0
2012-05-10GFS2: Update glock doc to add new stats infoSteven Whitehouse1-1/+118
2012-05-10GFS2: Update main gfs2 docSteven Whitehouse1-5/+4
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-9/+7
2012-04-16Documentation: Fix typo in multiple files in DocumentationMasanari Iida2-15/+15
2012-04-11ext3: update documentation with barrier=1 defaultStefan Hajnoczi1-3/+3
2012-04-09typo fix in Documentation/filesystems/vfs.txtAl Viro1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-8/+0
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-6/+68
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+30
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar1-2/+30
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-1/+181
2012-03-21pnfs-obj: autologin: Add support for protocol autologinSachin Bhamare1-0/+54
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-6/+6
2012-03-20debugfs-related mode_t whack-a-moleAl Viro1-1/+1
2012-03-20fs: initial qnx6fs additionKai Bankett1-0/+174
2012-03-20vfs: d_alloc_root() goneAl Viro1-0/+6
2012-03-07Documentation: Fix multiple typo in DocumentationMasanari Iida4-5/+5
2012-02-21Documentation: Fix Broken URL "freshmeat"Masanari Iida1-1/+1
2012-02-20ext4: remove the resize mount optionEric Sandeen1-5/+0
2012-02-20ext4: remove the journal=update mount optionEric Sandeen1-3/+0
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-2/+2
2012-02-06NFS: Update idmapper documentationBryan Schumaker1-6/+14
2012-01-26debugfs: add mode, uid and gid optionsLudwig Nussel1-1/+4
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+71
2012-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-nextLinus Torvalds1-3/+3
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-5/+13
2012-01-12c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov1-0/+3
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil1-5/+13
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds1-0/+39
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov1-0/+39
2012-01-10Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o1-0/+7
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds5-22/+22
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro2-2/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-1/+31
2012-01-04ext4: add new online resize interfaceYongqiang Yang1-0/+7
2012-01-03sysfs: propagate umode_tAl Viro1-1/+1
2012-01-03configfs: convert to umode_tAl Viro1-1/+1
2012-01-03switch debugfs to umode_tAl Viro1-12/+12
2012-01-03switch ->mknod() to umode_tAl Viro2-2/+2
2012-01-03switch ->create() to umode_tAl Viro2-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2-2/+2
2011-12-30Squashfs: Update documentation to include xattrsPhillip Lougher1-3/+3
2011-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2011-11-30Fix URL of btrfs-progs git repository in docsArnd Hannemann1-2/+2
2011-11-18debugfs: add tools to printk 32-bit registersAlessandro Rubini1-1/+31
2011-11-07NFSD: Added fault injection documentationBryan Schumaker2-0/+71
2011-11-04Documentation: HFS is orphanedMarcos Paulo de Souza1-5/+4
2011-11-04Documentation: fix inotify source file pathsMarcos Paulo de Souza1-1/+2
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-0/+1
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-25/+16
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-8/+0
2011-11-02vfs: add d_prune dentry operationSage Weil1-0/+1
2011-10-26Merge branch 'for-linus' of git://github.com/ericvh/linuxLinus Torvalds1-1/+1
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+9
2011-10-249p: fix 9p.txt to advertise msize instead of maxdataNicolae Mogoreanu1-1/+1
2011-10-08ext4: remove deprecated oldallocLukas Czerner1-8/+0
2011-10-08ext4: documentation: remove acl and user_xattr mount optionsTheodore Ts'o1-14/+11
2011-09-27doc: fix broken referencesPaul Bolle6-15/+14
2011-09-03ext4: improve handling of conflicting mount optionsTheodore Ts'o1-3/+5
2011-08-22docs/sysfs: Specify ABI documentation requirementsBart Van Assche1-1/+9
2011-08-17ext3: remove deprecated oldallocLukas Czerner1-8/+0
2011-08-13Documentation: befs.txt: no maintainer, orphanedMarcos Souza1-1/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+8
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-27/+9
2011-07-26Documentation: Exporting: update description of d_splice_aliasPhillip Lougher1-1/+8
2011-07-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2011-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds1-1/+3
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-35/+22
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig3-6/+7
2011-07-25ext3.txt: update the links in the section "useful links" to the latest onesWang Sheng-Hui1-2/+2
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-12/+53
2011-07-22Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-28/+0
2011-07-22Squashfs: Update documentation for XZ and add squashfs-tools devel treePhillip Lougher1-1/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik3-5/+10
2011-07-20fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik1-0/+10
2011-07-20vfs: increase shrinker batch sizeDave Chinner1-0/+6
2011-07-20superblock: add filesystem shrinker operationsDave Chinner1-0/+16
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-12/+12
2011-07-20->permission() sanitizing: document API changesAl Viro1-3/+7
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2-2/+2
2011-07-18nfsd4: update nfsv4.1 implementation notesJ. Bruce Fields1-23/+10
2011-07-18debugfs: add documentation for debugfs_create_x64Akinobu Mita1-2/+2
2011-07-13nilfs2: remove resize from unsupported features listRyusuke Konishi1-1/+0
2011-07-11Merge branch 'master' into for-nextJiri Kosina2-0/+17
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells1-0/+16
2011-07-04UBIFS: switch self-check knobs to debugfsArtem Bityutskiy1-26/+0
2011-07-04UBIFS: lessen amount of debugging check typesArtem Bityutskiy1-3/+1
2011-06-25ext3/ext4 Documentation: remove bh/nobh since it has been deprecatedLukas Czerner2-25/+7
2011-06-14rcu: Use softirq to address performance regressionShaohua Li1-0/+1
2011-06-13doc: fix wrong arch/i386 referencesWanlong Gao1-1/+1
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds1-2/+2
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2-3/+3
2011-05-26Documentation: configfs examples crash fixJiri Slaby2-8/+4
2011-05-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+7
2011-05-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+6
2011-05-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-4/+0
2011-05-25Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into oc...Joel Becker1-24/+2
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-19/+10
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis1-2/+9
2011-05-259p: update Documentation pointersEric Van Hensbergen1-19/+10
2011-05-24Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-24/+2
2011-05-24xfs: add online discard supportChristoph Hellwig1-0/+6
2011-05-23ocfs2: clean up mount option about atime in ocfs2.txtTiger Yang1-1/+7
2011-05-23UBIFS: switch to dynamic printksArtem Bityutskiy1-23/+2
2011-05-19Create Documentation/security/,Randy Dunlap1-2/+2
2011-05-13UBIFS: make force in-the-gaps to be a general self-checkArtem Bityutskiy1-1/+0
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney1-1/+0
2011-05-01ext4: remove obsolete mount options from ext4's documentationTheodore Ts'o1-4/+0
2011-03-31Fix common misspellingsLucas De Marchi15-30/+30
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-1/+206
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-7/+13
2011-03-24fs: remove inode_lock from iput_final and prune_icacheDave Chinner3-7/+13
2011-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds1-9/+19
2011-03-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-1/+9
2011-03-22adfs: add hexadecimal filetype suffix optionStuart Swales1-0/+18
2011-03-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-7/+0
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+1
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-2/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2011-03-18lose 'mounting_here' argument in ->d_manage()Al Viro1-5/+1
2011-03-17Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds1-0/+7
2011-03-16Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-28/+41
2011-03-16vfs: bury ->get_sb()Al Viro3-28/+41
2011-03-15exofs: Add option to mount by osdnameBoaz Harrosh1-1/+9
2011-03-11NFSv4.1: lseg documentationFred Isaman1-0/+7
2011-03-11UBIFS: do not check data crc by defaultArtem Bityutskiy1-2/+2
2011-02-28Squashfs: Update documentation to include compression optionsPhillip Lougher1-9/+19
2011-02-22xfs: enable delaylog by defaultChristoph Hellwig1-7/+0
2011-02-21ext4: update ext4 documentationLukas Czerner1-1/+206
2011-02-17Documentation/filesystems/romfs.txt: fixing link to genromfsAlexander Kurz1-2/+1
2011-02-03docs/sysfs: show() methods should use scnprintf().Bart Van Assche1-3/+3
2011-02-03docs/sysfs: Update directory/kobject documentation.Bart Van Assche1-4/+6
2011-01-31NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().Anton Altaparmakov1-0/+2
2011-01-17fallocate should be a file operationChristoph Hellwig1-2/+1
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+47
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-9/+14
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells2-2/+7
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2-1/+22
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells2-0/+16
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2011-01-13Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+6
2011-01-14fs: small rcu-walk documentation fixesNick Piggin2-6/+6
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines1-0/+4
2011-01-13mm: smaps: export mlock informationNikanth Karthikesan1-0/+3
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+9
2011-01-12fs: add documentation on fallocate hole punchingJosef Bacik1-0/+9
2011-01-12NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov1-0/+3
2011-01-11Documentation: fl_mylease no longer existsJ. Bruce Fields1-2/+0
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+24
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin4-7/+58
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin4-12/+40
2011-01-07fs: rcu-walk for path lookupNick Piggin2-172/+345
2011-01-07fs: icache RCU free inodesNick Piggin1-0/+14
2011-01-07fs: dcache remove dcache_lockNick Piggin3-30/+34
2011-01-07fs: change d_hash for rcu-walkNick Piggin3-4/+16
2011-01-07fs: change d_compare for rcu-walkNick Piggin3-4/+33
2011-01-07fs: change d_delete semanticsNick Piggin2-14/+21