aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2015-03-03f2fs: add a mount option for rb-tree extent cacheChao Yu1-0/+4
2015-02-28ocfs2: update web page + git tree in documentationMark Fasheh2-4/+4
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2-0/+27
2015-02-24xfs: remove deprecated mount optionsEric Sandeen1-20/+9
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro1-2/+0
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro1-0/+28
2015-02-16dax: does not work correctly with virtual aliasing cachesMatthew Wilcox1-0/+3
2015-02-16ext4: add DAX functionalityRoss Zwisler2-0/+5
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox1-0/+1
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox1-2/+3
2015-02-16vfs: remove get_xip_memMatthew Wilcox2-10/+0
2015-02-16dax: replace XIP documentation with DAX documentationMatthew Wilcox3-73/+92
2015-02-12Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+6
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+37
2015-02-12fs: proc: task_mmu: show page size in /proc/<pid>/numa_mapsRafael Aquini1-15/+15
2015-02-12Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explana...Rafael Aquini1-0/+33
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak1-0/+4
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+9
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-15/+45
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+23
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-6/+7
2015-02-11Documentation/filesystems/proc.txt: describe /proc/<pid>/map_filesCyrill Gorcunov1-0/+23
2015-02-11f2fs: introduce a batched trimJaegeuk Kim1-0/+4
2015-02-11f2fs: support norecovery mount optionJaegeuk Kim1-0/+2
2015-02-11Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds2-7/+7
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-195/+9
2015-02-10fsioctl.c: make generic_block_fiemap() signal-tolerantDmitry Monakhov1-1/+2
2015-02-10ocfs2: add a mount option journal_async_commit on ocfs2 filesystemalex chen1-0/+4
2015-02-10inotify: update documentation to reflect code changesZhang Zhen1-194/+3
2015-02-10Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner1-2/+3
2015-02-06xfs: fix panic_mask documentationEric Sandeen1-2/+3
2015-02-05nfsd: pNFS block layout driverChristoph Hellwig1-0/+37
2015-02-03pnfs: Update documentation on the Layout DriversTom Haynes1-6/+7
2015-02-02nfsd: update documentation for pNFS supportChristoph Hellwig1-15/+8
2015-01-28Fixes column alignment in table of contents entry 1.9 in Documentation/filesy...Trace Pillars1-1/+1
2015-01-13block: Change direct_access calling conventionMatthew Wilcox1-6/+9
2015-01-09xfs: remove deprecated sysctlsDave Chinner1-10/+7
2015-01-08ovl: document lower layer orderingMiklos Szeredi1-2/+6
2014-12-29Documentation: update seq_fileDmitry V. Levin1-6/+6
2014-12-14Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2014-12-13ovl: add testsuite to docsMiklos Szeredi1-0/+12
2014-12-13ovl: support multiple lower layersMiklos Szeredi1-0/+12
2014-12-12Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+1
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-29/+28
2014-12-10Merge tag 'for-f2fs-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+7
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-1/+1
2014-11-27Squashfs: Add LZ4 compression configuration optionPhillip Lougher1-4/+4
2014-11-24Documentation: fix formatting to make 's' happyMaisa Roponen1-1/+1
2014-11-20ovl: rename filesystem type to "overlay"Miklos Szeredi1-1/+1
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro3-11/+15
2014-11-19kill f_dentry macroAl Viro1-0/+4
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro2-18/+9
2014-11-05debugfs: Have debugfs_print_regs32() return voidJoe Perches1-1/+1
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches1-1/+1
2014-11-04f2fs: introduce -o fastboot for reducing booting time onlyJaegeuk Kim1-0/+3
2014-11-03f2fs: update f2fs documentation for inline dir supportChao Yu1-0/+4
2014-10-29seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches1-9/+13
2014-10-24overlay: overlay filesystem documentationNeil Brown1-0/+198
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi2-0/+9
2014-10-16NTFS: Remove changelog from Documentation/filesystems/ntfs.txt.Anton Altaparmakov1-268/+0
2014-10-14autofs: the documentation I wanted to readNeilBrown1-0/+520
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2-8/+10
2014-10-09vfs: fix typo in s_op->alloc_inode() documentationKirill Smelkov1-1/+1
2014-10-08Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-3/+10
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton1-2/+1
2014-10-07locks: move i_lock acquisition into generic_*_lease handlersJeff Layton2-4/+7
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton2-2/+2
2014-09-26Documentation: update .gitignore filesPeter Foley1-0/+1
2014-09-26Documentation: add makefiles for more targetsPeter Foley1-0/+2
2014-09-26Documentation: use subdir-y to avoid unnecessary built-in.o filesPeter Foley1-3/+0
2014-09-23f2fs: change the ipu_policy option to enable combinationsJaegeuk Kim1-3/+3
2014-09-16f2fs: give an option to enable in-place-updates during fsync to usersJaegeuk Kim1-1/+8
2014-09-07Documentation: NFS/RDMA: Document separate Kconfig symbolsPaul Bolle1-7/+9
2014-09-07Documentation: seq_file: Document seq_open_private(), seq_release_private()Rob Jones1-0/+33
2014-08-16Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+5
2014-08-14locks: update Locking documentation to clarify fl_release_private behaviorJeff Layton1-1/+5
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-16/+25
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-61/+37
2014-08-07exportfs: update Exporting documentationJ. Bruce Fields1-15/+23
2014-08-07VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode.NeilBrown1-1/+2
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+19
2014-08-04Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+5
2014-08-02update CIFS TODO listSteve French1-61/+36
2014-08-02Add Pavel to contributor list in cifs AUTHORS fileSteve French1-0/+1
2014-07-29f2fs: add nobarrier mount optionJaegeuk Kim1-0/+5
2014-07-18docs: Procfs -- Document timerfd outputCyrill Gorcunov1-0/+19
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+12
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro1-2/+3
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2014-06-09Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-4/+4
2014-06-06Documentation/filesystems/seq_file.txt: create_proc_entry deprecatedFabian Frederick1-0/+9
2014-06-06fs/fat/: add support for DOS 1.x formatted volumesConrad Meyer1-0/+5
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-4/+5
2014-06-04f2fs: avoid overflow when large directory feathure is enabledChao Yu1-4/+4
2014-05-30nfsd4: allow exotic read compoundsJ. Bruce Fields1-2/+0
2014-05-25Documentation: update /proc/stat "intr" count summaryJan Moskyto Matejka1-2/+3
2014-05-22doc: fix incorrect formula to calculate CommitLimit valuePetr Oros1-1/+2
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro2-2/+10
2014-05-06pass iov_iter to ->direct_IO()Al Viro2-4/+2
2014-05-05doc: spelling error changesCarlos Garcia2-3/+3