aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-08-05mm: mark most vm_operations_struct constKirill A. Shutemov2-2/+2
2015-08-05fs-seq_file-convert-int-seq_vprint-seq_printf-etc-returns-to-void-fixAndrew Morton1-1/+2
2015-08-05fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches1-39/+31
2015-08-05namei: fix warning while make xmldocs caused by namei.cMasanari Iida1-1/+1
2015-08-05Merge branch 'akpm-current/current'Stephen Rothwell87-1117/+4288
2015-08-05Merge remote-tracking branch 'y2038/y2038'Stephen Rothwell1-3/+5
2015-08-05Merge remote-tracking branch 'userns/for-next'Stephen Rothwell6-11/+50
2015-08-05Merge remote-tracking branch 'regmap/for-next'Stephen Rothwell1-6/+8
2015-08-05Merge remote-tracking branch 'block/for-next'Stephen Rothwell24-206/+188
2015-08-05Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell27-110/+164
2015-08-05Merge remote-tracking branch 'orangefs/for-next'Stephen Rothwell30-0/+12649
2015-08-05Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell28-284/+736
2015-08-05Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell3-11/+36
2015-08-05Merge remote-tracking branch 'gfs2/for-next'Stephen Rothwell11-244/+181
2015-08-05Merge remote-tracking branch 'fscache/fscache'Stephen Rothwell1-20/+18
2015-08-05Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell18-805/+1311
2015-08-05Merge remote-tracking branch 'ext4/dev'Stephen Rothwell11-35/+148
2015-08-05Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell53-25855/+374
2015-08-05Merge remote-tracking branch 'cifs/for-next'Stephen Rothwell7-7/+115
2015-08-04jbd2: limit number of reserved creditsLukas Czerner1-9/+27
2015-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-19/+6
2015-08-03Merge remote-tracking branches 'regmap/topic/debugfs', 'regmap/topic/force-up...Mark Brown1-6/+8
2015-08-03NFSv4.1/pnfs: Fix atomicity of commit list updatesTrond Myklebust3-11/+36
2015-08-03nfsd: allow the file cache expire time to be tunableJeff Layton1-5/+9
2015-08-03nfsd: add a ->flush routine to svc_export_cacheJeff Layton3-14/+40
2015-08-03nfsd: hook up nfsd_read to the nfsd_file cacheJeff Layton1-13/+7
2015-08-03nfsd: hook up nfsd_write to the new nfsd_file cacheJeff Layton4-26/+14
2015-08-03nfsd: add a new struct file caching facility to nfsdJeff Layton4-2/+365
2015-08-03nfsd: convert laundry_wq to something less nfsd4 specificJeff Layton3-19/+19
2015-08-03nfsd: move some file caching helpers to a common headerJeff Layton2-15/+27
2015-08-03nfsd: include linux/nfs4.h in export.hJeff Layton1-0/+1
2015-08-03nfsd: don't hold i_mutex over userspace upcallsNeilBrown4-19/+88
2015-08-03sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee1-70/+3
2015-08-03nfsd: New helper nfsd4_cb_sequence_done() for processing more cb errorsKinglong Mee2-36/+88
2015-08-03Merge branch 'for-4.2' into for-4.3J. Bruce Fields1-6/+6
2015-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+6
2015-08-01link_path_walk(): be careful when failing with ENOTDIRAl Viro1-1/+6
2015-07-31Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-3/+23
2015-07-31nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton1-6/+6
2015-07-31ceph: always re-send cap flushes when MDS recoversYan, Zheng2-18/+5
2015-07-31ceph: fix ceph_encode_locks_to_buffer()Yan, Zheng1-1/+1
2015-07-30Merge tag 'xfs-for-linus-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-21/+69
2015-07-30Orangefs: large integer implicitly truncated to unsigned typeMike Marshall1-1/+1
2015-07-30fs/affs: make root lookup from blkdev logical sizePranay Kr. Srivastava1-3/+5
2015-07-30fs/char_dev.c: fix incorrect documentation for unregister_chrdev_regionPartha Pratim Mukherjee1-1/+1
2015-07-30seq_file: provide an analogue of print_hex_dump()Andy Shevchenko1-0/+42
2015-07-30fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon4-30/+87
2015-07-30fat: skip cluster allocation on fallocated regionNamjae Jeon1-2/+8
2015-07-30fat: add fat_fallocate operationNamjae Jeon3-2/+94
2015-07-30hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
2015-07-30hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2-8/+4
2015-07-30fs-coda-fix-readlink-buffer-overflow-checkpatch-fixesAndrew Morton1-1/+1
2015-07-30fs/coda: fix readlink buffer overflowJan Harkes1-3/+3
2015-07-30proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan1-49/+21
2015-07-30parse_integer: convert fs/exofs/Alexey Dobriyan1-3/+5
2015-07-30parse_integer: convert fs/9p/Alexey Dobriyan1-3/+5
2015-07-30parse_integer: convert fs/ocfs2/Alexey Dobriyan3-84/+70
2015-07-30parse_integer: convert ext2, ext3, ext4Alexey Dobriyan3-13/+15
2015-07-30parse_integer: convert fs/cachefiles/Alexey Dobriyan1-39/+45
2015-07-30parse_integer: convert fs/Alexey Dobriyan5-23/+23
2015-07-30procfs-always-expose-proc-pid-map_files-and-make-it-readable-fix-fixAndrew Morton1-2/+2
2015-07-30procfs-always-expose-proc-pid-map_files-and-make-it-readable-fixAndrew Morton1-2/+3
2015-07-30procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens1-19/+23
2015-07-30fs/mpage.c: forgotten WRITE_SYNC in case of data integrity writeRoman Pen1-8/+15
2015-07-30proc: add cond_resched to /proc/kpage* read/write loopVladimir Davydov1-0/+8
2015-07-30proc: export idle flag via kpageflagsVladimir Davydov1-0/+3
2015-07-30proc-add-kpageidle-file-fix-4Vladimir Davydov1-1/+1
2015-07-30proc-add-kpageidle-file-fixVladimir Davydov1-3/+7
2015-07-30proc: add kpageidle fileVladimir Davydov2-1/+221
2015-07-30proc: add kpagecgroup fileVladimir Davydov1-0/+53
2015-07-30page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-4/+4
2015-07-30mm: srcu-ify shrinkersDavidlohr Bueso1-4/+4
2015-07-30mmotm: build fix hugetlbfs fallocate if not CONFIG_NUMAMike Kravetz1-9/+30
2015-07-30hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz1-1/+157
2015-07-30hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz1-10/+88
2015-07-30hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to deleteMike Kravetz1-7/+18
2015-07-30mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim1-2/+16
2015-07-30pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov1-1/+13
2015-07-30pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov1-11/+14
2015-07-30pagemap: rework hugetlb and thp reportKonstantin Khlebnikov1-56/+44
2015-07-30pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov1-97/+53
2015-07-30pagemap: check permissions and capabilities at open timeKonstantin Khlebnikov1-20/+28
2015-07-30fs/dax.c: fix typo in #endif commentValentin Rothberg1-1/+1
2015-07-30xfs: huge page fault supportMatthew Wilcox2-1/+30
2015-07-30ext4: huge page fault supportMatthew Wilcox1-1/+9
2015-07-30ext2: huge page fault supportMatthew Wilcox1-1/+8
2015-07-30dax: add huge page fault supportMatthew Wilcox1-0/+152
2015-07-30dax: Move DAX-related functions to a new headerMatthew Wilcox7-0/+7
2015-07-30mm-move-mremap-from-file_operations-to-vm_operations_struct-v3Oleg Nesterov1-0/+2
2015-07-30mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov1-9/+16
2015-07-30mm: introduce VM_LOCKONFAULTEric B Munson1-0/+1
2015-07-30userfaultfd: avoid missing wakeups during refile in userfaultfd_readAndrea Arcangeli1-2/+24
2015-07-30userfaultfd: allow signals to interrupt a userfaultAndrea Arcangeli1-3/+32
2015-07-30userfaultfd: require UFFDIO_API before other ioctlsAndrea Arcangeli1-1/+3
2015-07-30userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGEAndrea Arcangeli1-0/+96
2015-07-30userfaultfd: buildsystem activationAndrea Arcangeli1-0/+1
2015-07-30userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and readAndrea Arcangeli1-15/+66
2015-07-30userfaultfd: allocate the userfaultfd_ctx cacheline alignedAndrea Arcangeli1-8/+31
2015-07-30userfaultfd: fs/userfaultfd.c add more commentsAndrea Arcangeli1-0/+13
2015-07-30userfaultfd: optimize read() and poll() to be O(1)Andrea Arcangeli1-74/+98
2015-07-30userfaultfd: wake pending userfaultsAndrea Arcangeli1-22/+43
2015-07-30userfaultfd: change the read API to return a uffd_msgAndrea Arcangeli1-33/+46
2015-07-30userfaultfd: Rename uffd_api.bits into .featuresPavel Emelyanov1-2/+2
2015-07-30userfaultfd: cleanup superfluous _irq lockingAndrea Arcangeli1-2/+2
2015-07-30userfaultfd: fs/userfaultfd.c add more commentsAndrea Arcangeli1-1/+14
2015-07-30userfaultfd-add-new-syscall-to-provide-memory-externalization-fixAndrea Arcangeli1-0/+15
2015-07-30userfaultfd: add new syscall to provide memory externalizationAndrea Arcangeli1-0/+1008
2015-07-30userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli1-0/+2
2015-07-30ocfs2: check/fix inode block for online file checkGang He2-6/+192
2015-07-30ocfs2: create/remove sysfile for online file checkGang He1-0/+5
2015-07-30ocfs2: scheduling in atomic in ocfs2_filecheck_store()Dan Carpenter1-19/+21
2015-07-30ocfs2-sysfile-interfaces-for-online-file-check-fixAndrew Morton1-1/+1
2015-07-30ocfs2: sysfile interfaces for online file checkGang He4-1/+622
2015-07-30ocfs2: export ocfs2_kset for online file checkGang He2-1/+4
2015-07-30ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches14-203/+164
2015-07-30ocfs2: avoid access invalid address when read o2dlm debug messagesjiangyiwen2-11/+21
2015-07-30ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang1-5/+11
2015-07-30ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani1-40/+9
2015-07-30ocfs2: fix race between crashed dio and rmJoseph Qi2-1/+12
2015-07-30ocfs2: take inode lock in ocfs2_iop_set/get_acl()Tariq Saeed1-6/+20
2015-07-30ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed1-1/+8
2015-07-30ocfs2: extend enough credits for freeing one truncate record while replaying ...Xue jiufei1-11/+8
2015-07-30ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei1-6/+38
2015-07-30ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...Xue jiufei1-28/+54
2015-07-30ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang1-2/+16
2015-07-30ocfs2: fix a tiny case that inode can not removed.jiangyiwen1-0/+9
2015-07-30ocfs2: clear the rest of the buffers on errorGoldwyn Rodrigues1-0/+6
2015-07-30ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues7-83/+51
2015-07-30ocfs2: add errors=continueGoldwyn Rodrigues3-20/+47
2015-07-30ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei1-6/+8
2015-07-30ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap1-0/+3
2015-07-30ocfs2-set-filesytem-read-only-when-ocfs2_delete_entry-failed-v2jiangyiwen1-8/+12
2015-07-30ocfs2: set filesytem read-only when ocfs2_delete_entry failed.jiangyiwen1-1/+10
2015-07-30ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi1-9/+0
2015-07-30ocfs2: do not log twice error messagesChristophe JAILLET1-15/+5
2015-07-30ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_accessJoseph Qi1-1/+17
2015-07-30ocfs2: fix several issues of append dioJoseph Qi2-2/+10
2015-07-30ocfs2: fix race between dio and recover orphanJoseph Qi6-41/+24
2015-07-30fs/ext4/fsync.c: generic_file_fsync call based on barrier flagFabian Frederick1-1/+4
2015-07-30ntfs: delete unnecessary checks before calling iput()SF Markus Elfring1-14/+7
2015-07-30fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara3-39/+56
2015-07-30fsnotify: remove mark->free_listJan Kara5-61/+40
2015-07-30fsnotify: fix check in inotify fdinfo printingJan Kara1-1/+2
2015-07-30fs/notify: optimize inotify/fsnotify code for unwatched filesDave Hansen1-0/+10
2015-07-30capabilities: ambient capabilitiesAndy Lutomirski1-1/+4
2015-07-30ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley1-0/+2
2015-07-30ocfs2: fix shift left overflowJoseph Qi1-2/+2
2015-07-30fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-5/+25
2015-07-30signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras1-2/+3
2015-07-30ocfs2-fix-bug-in-ocfs2_downconvert_thread_do_work-v2Joseph Qi3-8/+12
2015-07-30ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi3-6/+6
2015-07-30fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman2-19/+18
2015-07-29Orangefs: address problems found by static checkerMike Marshall4-33/+11
2015-07-29Orangefs: sooth most sparse complaintsMike Marshall11-30/+33
2015-07-29Orangefs: kernel client update 1.Mike Marshall2-5/+13
2015-07-29Orangefs: kernel client part 7Mike Marshall4-0/+18
2015-07-29Orangefs: kernel client part 5Mike Marshall4-0/+1643
2015-07-29Orangefs: kernel client part 4Mike Marshall2-0/+2915
2015-07-29Orangefs: kernel client part 3Mike Marshall5-0/+2477
2015-07-29Orangefs: kernel client part 2Mike Marshall6-0/+3196
2015-07-29Orangefs: kernel client part 1Mike Marshall9-0/+2411
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig24-205/+187
2015-07-29Merge branch 'xfs-meta-uuid' into for-nextDave Chinner18-36/+66
2015-07-29Merge branch 'xfs-misc-fixes-for-4.3' into for-nextDave Chinner13-74/+98
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen18-36/+66
2015-07-29libxfs: add xfs_bit.cDave Chinner2-1/+1
2015-07-29xfs: Remove duplicate jumps to the same labelJan Kara1-8/+2
2015-07-29xfs: Use consistent logging message prefixesJoe Perches5-37/+43
2015-07-29xfs: validate transaction header length on log recoveryBrian Foster1-3/+25
2015-07-29xfs: close xc_cil list_empty() races with cil commit sequenceBrian Foster1-1/+7
2015-07-29xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flagDave Chinner4-24/+20
2015-07-29xfs: remote attributes need to be considered dataDave Chinner1-4/+11
2015-07-29xfs: remote attribute headers contain an invalid LSNDave Chinner2-9/+31
2015-07-29xfs: call dax_fault on read page faults for DAXDave Chinner2-8/+27
2015-07-28ext4 crypto: remove duplicate header filezilong.liu1-1/+0
2015-07-28ext4: update c/mtime on truncate upEryu Guan1-0/+8
2015-07-28jbd2: avoid infinite loop when destroying aborted journalJan Kara3-8/+44
2015-07-28Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-87/+160
2015-07-28nfs: Fix an oops caused by using other thread's stack space in ASYNC modeKinglong Mee2-1/+30
2015-07-28nfs: plug memory leak when ->prepare_layoutcommit failsJeff Layton1-3/+2
2015-07-27NFSv4.2: handle NFS-specific llseek errorsJ. Bruce Fields1-1/+18
2015-07-27NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce()Trond Myklebust1-2/+0
2015-07-27NFS: Fix a memory leak in nfs_do_recoalesceTrond Myklebust1-1/+4
2015-07-27ext4: memory leak on error in ext4_symlink()Dan Carpenter1-1/+1
2015-07-25f2fs: handle error cases in commit_inmem_pagesJaegeuk Kim3-5/+13
2015-07-25f2fs: fix to build free nids from readaheaded nat pagesChao Yu1-1/+1
2015-07-25f2fs: fix inline data/dentry stat number leakChao Yu1-2/+0
2015-07-25f2fs: fix wrong f2fs_put_page call for an error caseJaegeuk Kim1-2/+1
2015-07-25f2fs: convert inline data before set atomic/volatile flagChao Yu1-4/+12
2015-07-25f2fs: fix to wait all atomic written pages writebackChao Yu1-1/+1
2015-07-25f2fs: skip writing in ->writepages when no dirty pages existChao Yu1-0/+4
2015-07-25f2fs: optimize f2fs_write_cache_pagesTiezhu Yang1-3/+1
2015-07-25f2fs: fix double lock in handle_failed_inodeChao Yu4-7/+7
2015-07-25f2fs: reduce region of cp_rwsem covered in f2fs_do_collapseChao Yu1-5/+9
2015-07-25f2fs: add new interfaces for extent treeFan Li1-7/+132
2015-07-25f2fs: callers take care of the page from bio errorJaegeuk Kim3-26/+26
2015-07-25f2fs: use atomic_t to record hit ratio info of extent cacheChao Yu3-8/+12
2015-07-25f2fs: stat inline xattr inode numberChao Yu4-1/+22
2015-07-25f2fs: use a page temporarily for encrypted gced pageJaegeuk Kim1-1/+4