aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig2-2/+0
2016-10-20fs/proc: Stop trying to report thread stacksAndy Lutomirski1-26/+0
2016-10-14Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-42/+0
2016-10-11autofs: update struct autofs_dev_ioctl in DocumentationTomohiro Kusumi1-28/+42
2016-10-11autofs: fix Documentation regarding devid on ioctlTomohiro Kusumi1-3/+2
2016-10-11autofs: fix typos in Documentation/filesystems/autofs4.txtTomohiro Kusumi1-4/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-14/+9
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-21/+48
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+4
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2016-10-10Doc: update 00-INDEX files to reflect the runnable code moveShuah Khan1-2/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-2/+2
2016-10-07Documentation/filesystems/proc.txt: add more description for maps/smapsRobert Ho1-0/+12
2016-10-07xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2-21/+48
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-10-06Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-0/+1
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+123
2016-10-04Merge tag 'docs-4.9' of git://git.lwn.net/linuxLinus Torvalds2-7/+10
2016-10-03ceph: fix description for rsize and rasize mount optionsAndreas Gerstmayr1-0/+4
2016-10-01dax : Fix documentation with respect to struct pagesStephen Bates1-6/+9
2016-09-29doc: vfs: fix fadvise() sycall nameAndreas Gruenbacher1-1/+1
2016-09-27vfs: add note about i_op->rename changes to portingMiklos Szeredi1-0/+4
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi2-4/+4
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi3-13/+4
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-2/+2
2016-09-20selftests: move dnotify_test from Documentation/filesystemsShuah Khan3-40/+0
2016-09-19xfs: Document error handlers behaviorCarlos Maiolino1-0/+123
2016-09-16Documentation/filesystems: Fixed typoRobert Foss1-1/+1
2016-09-01ovl: update docMiklos Szeredi1-5/+3
2016-08-29f2fs: enable inline_dentry by default and add noinline_dentry optionChao Yu1-0/+1
2016-08-07Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-2/+9
2016-08-03Documenation: update cgroup's document pathseokhoon.yoon1-1/+1
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi1-1/+2
2016-08-02Orangefs: update orangefs.txtMike Marshall1-4/+46
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro3-2/+9
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-30/+39
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-1/+6
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-7/+33
2016-07-26thp: update Documentation/{vm/transhuge,filesystems/proc}.txtKirill A. Shutemov1-0/+9
2016-07-26mm: introduce fault_envKirill A. Shutemov1-5/+5
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim2-0/+15
2016-07-26dax: some small updates to dax.txt documentationRoss Zwisler1-2/+4
2016-07-26Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds1-5/+5
2016-07-24vfs: new d_init methodMiklos Szeredi2-0/+5
2016-07-12pmem: kill __pmem address spaceDan Williams1-1/+1
2016-07-10irq/Documentation: Correct result of echnoing 5 to smp_affinityJohn Kacur1-1/+1
2016-07-08f2fs: add nodiscard mount optionChao Yu1-1/+3
2016-07-01Doc: ocfs: Fix typo in filesystems/ocfs2-online-filecheck.txtMasanari Iida1-5/+5
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro3-146/+44
2016-06-30Remove last traces of ->sync_pageMatthew Wilcox2-14/+5
2016-06-30vfs: clean up documentationMiklos Szeredi2-18/+8
2016-06-30vfs: document ->d_real()Miklos Szeredi2-0/+23
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim1-0/+3
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman1-130/+15
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+27
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-0/+7
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+0
2016-05-27ovl: update documentationMiklos Szeredi1-9/+0
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+32
2016-05-26update D/f/directory-lockingAl Viro1-12/+20
2016-05-23nilfs2: clarify permission to replicate the designRyusuke Konishi1-0/+5
2016-05-20procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones1-0/+1
2016-05-19Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds3-3/+3
2016-05-18dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma1-0/+32
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2016-05-02lookup_open(): lock the parent shared unless O_CREAT is givenAl Viro1-0/+3
2016-05-02introduce a parallel variant of ->iterate()Al Viro1-0/+18
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-0/+18
2016-05-02parallel lookups machinery, part 2Al Viro1-0/+8
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-0/+6
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2-2/+2
2016-04-28Documentation: fix common spelling mistakesKees Cook3-3/+3
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-0/+6
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov3-4/+4
2016-03-26Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds1-0/+406
2016-03-24Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+23
2016-03-22fat: add config option to set UTF-8 mount option by defaultMaciej S. Szmigiero1-3/+4
2016-03-22ocfs2: add feature document for online file checkGang He1-0/+94
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-250/+11
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+18
2016-03-18nfsd: add SCSI layout supportChristoph Hellwig1-0/+23
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-5/+6
2016-03-17proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz1-0/+18
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+9
2016-03-17Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds6-12/+12
2016-03-14Orangefs: merge to v4.5Mike Marshall10-46/+134
2016-03-11Documentation: btrfs: remove usage specific informationDavid Sterba1-263/+11
2016-03-09Doc: nfs: Fix typos in Documentation/filesystems/nfsMasanari Iida5-8/+8
2016-03-09doc: fix grammarJavi Merino1-4/+4
2016-03-07TTY, devpts: document pty count limitingKonstantin Khlebnikov1-0/+9
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-5/+6
2016-03-01Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/...Chris Mason1-3/+16
2016-02-26Orangefs: update orangefs.txtMike Marshall1-13/+66
2016-02-12btrfs: Introduce new mount option to disable tree log replayQu Wenruo1-0/+8
2016-02-12btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo1-3/+8
2016-02-10efi: Make efivarfs entries immutable by defaultPeter Jones1-0/+7
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov1-2/+2
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner1-6/+3
2016-01-20Documentation/filesystems/vfat.txt: update the limitation for fat fallocateNamjae Jeon1-0/+10
2016-01-17Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+23
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+5
2016-01-14Documentation/filesystems: describe the shared memory usage/accountingRodrigo Freire2-4/+6
2016-01-14mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/statusJerome Marchand1-2/+11
2016-01-14mm, proc: account for shmem swap in /proc/pid/smapsVlastimil Babka1-1/+4
2016-01-14mm, documentation: clarify /proc/pid/status VmSwap limitations for shmemVlastimil Babka1-1/+2
2016-01-14Make sure that highmem pages are not added to symlink page cacheAl Viro1-1/+5
2016-01-14Documentation: update libhugetlbfs site urlSeongJae Park1-1/+1
2016-01-13Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-4/+6
2016-01-13Orangefs: add protocol information to Documentation/filesystems/orangefs.txtMike Marshall1-1/+217
2016-01-12Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-9/+48
2016-01-04configfs: implement binary attributesPantelis Antoniou1-9/+48
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro3-13/+16
2015-12-16f2fs: introduce new option for controlling data flushChao Yu1-0/+2
2015-12-10Doc: treewide: Fix grammar "a" to "an"Masanari Iida1-1/+1
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro2-2/+8
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+5
2015-12-04Doc: f2fs: Fix typos in Documentation/filesystems/f2fs.txtMasanari Iida1-4/+4
2015-11-16Orangefs: Merge tag 'v4.4-rc1' into for-nextMike Marshall15-999/+1361
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds5-961/+11
2015-11-13Merge tag '4.4-additional' of git://git.lwn.net/linuxLinus Torvalds1-1/+2
2015-11-11Remove email address from Documentation/filesystems/overlayfs.txtNeilBrown1-1/+2
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+12
2015-11-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2015-11-09coredump: add DAX filtering for ELF coredumpsRoss Zwisler1-10/+12
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+14
2015-11-05Documentation/filesystems/proc.txt: a little tidyingHugh Dickins1-8/+5
2015-11-05mm Documentation: undoc non-linear vmasHugh Dickins1-1/+0
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi1-0/+2
2015-11-05mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi1-0/+8
2015-11-05Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds4-12/+1310
2015-11-05Merge tag 'for-f2fs-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-1/+2
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2015-11-02Documentation: add new description of path-name lookup.Neil Brown2-1/+1298
2015-10-29gfs2: Remove gl_spin defineAndreas Gruenbacher1-3/+3
2015-10-18ipconfig: send Client-identifier in DHCP requestsLi RongQing1-0/+3
2015-10-13configfs: remove old APIChristoph Hellwig5-961/+11
2015-10-09f2fs: introduce background_gc=sync mount optionJaegeuk Kim1-1/+2
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1
2015-10-03Orangefs: kernel client part 6Mike Marshall1-0/+137
2015-10-01fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar1-2/+3
2015-09-13sysfs.txt: mention that store method buffers are null-terminatedUlf Magnusson1-3/+4
2015-09-13sysfs-tagging.txt: fix pre-kernfs referencesUlf Magnusson1-7/+7
2015-09-13sysfs.txt: fix pre-kernfs sysfs_dirent referenceUlf Magnusson1-1/+1
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+17
2015-09-08mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim1-5/+13
2015-09-08dax: add huge page fault supportMatthew Wilcox1-3/+4
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+7
2015-09-03Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-1/+3
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-209/+6
2015-08-31Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds2-8/+48
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler1-1/+2
2015-08-05sysfs.txt: update show method notes about sprintf/snprintf/scnprintf usageSeymour, Shane M1-1/+4
2015-08-04f2fs: add noextent_cache mount optionJaegeuk Kim1-1/+3
2015-07-24Documentation: Update filesystems/debugfs.txtWang Long1-0/+40
2015-07-23fs: Remove ext3 filesystem driverJan Kara3-209/+6
2015-07-20Revert "Documentation: NFS/RDMA: Document separate Kconfig symbols"J. Bruce Fields1-9/+7
2015-07-09Documentation: filesystems: btrfs: Fixed typos and whitespaceDaniel Grimshaw1-8/+8
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-3/+37
2015-07-04dax: Add block size note to documentationMatthew Wilcox1-2/+4
2015-07-01fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet1-0/+4
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+6
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-40/+4
2015-06-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+4
2015-06-24Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds3-11/+17
2015-06-23Merge branch 'fscache-fixes' into for-nextAl Viro2-1/+29
2015-06-08Documentation: filesystems: updated struct file_operations documentation in v...Thomas de Beauchene1-6/+11
2015-06-05vfs: Minor documentation fixAndreas Gruenbacher1-4/+4
2015-06-01xfs: fix kernel version in docsFanael Linithien1-6/+6
2015-05-18quota: Update documentationJan Kara1-1/+4
2015-05-15Documentation: remove outdated information from automount-support.txtNeilBrown1-38/+13
2015-05-15update Documentation/filesystems/ regarding the follow_link/put_link changesAl Viro2-8/+27
2015-05-11switch ->put_link() from dentry to inodeAl Viro2-2/+2
2015-05-10don't pass nameidata to ->follow_link()Al Viro2-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro2-4/+4
2015-05-07docs: add VmPMD description in procChen Hanxiao1-0/+1
2015-05-07Docs: proc: fix kernel versionChen Hanxiao1-1/+1
2015-05-04Documentation: remove overloads-avoided counter from knfsd-stats.txtScott Mayhew1-40/+4
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-20/+9
2015-04-22Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-3/+6
2015-04-18Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-0/+6
2015-04-18Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds1-3/+3
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+12
2015-04-17proc: show locks in /proc/pid/fdinfo/XAndrey Vagin1-0/+4
2015-04-17docs: add missing and new /proc/PID/status file entries, fix typosNathan Scott1-3/+8
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+8
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh1-0/+8
2015-04-15rdma: replace deprecated ifconfig in docStephen Hemminger1-3/+6
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2-2/+2
2015-04-11->aio_read and ->aio_write removedAl Viro3-8/+3
2015-04-11make new_sync_{read,write}() staticAl Viro1-0/+9
2015-04-10f2fs: enable inline data by defaultWanpeng Li1-0/+2
2015-04-04doc: Add guest_nice column to example output of `cat /proc/stat'Tobias Klauser1-3/+3
2015-04-02FS-Cache: Count the number of initialised operationsDavid Howells1-1/+2