aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-05-18userfaultfd: UFFDIO_COPY and UFFDIO_ZEROPAGEAndrea Arcangeli1-0/+96
2015-05-18userfaultfd: buildsystem activationAndrea Arcangeli1-0/+1
2015-05-18userfaultfd: solve the race between UFFDIO_COPY|ZEROPAGE and readAndrea Arcangeli1-15/+66
2015-05-18userfaultfd: allocate the userfaultfd_ctx cacheline alignedAndrea Arcangeli1-8/+31
2015-05-18userfaultfd: optimize read() and poll() to be O(1)Andrea Arcangeli1-74/+98
2015-05-18userfaultfd: wake pending userfaultsAndrea Arcangeli1-22/+43
2015-05-18userfaultfd: change the read API to return a uffd_msgAndrea Arcangeli1-33/+46
2015-05-18userfaultfd: Rename uffd_api.bits into .featuresPavel Emelyanov1-2/+2
2015-05-18userfaultfd: add new syscall to provide memory externalizationAndrea Arcangeli1-0/+1008
2015-05-18userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WPAndrea Arcangeli1-0/+2
2015-05-14journal_add_journal_head-debug-fixAndrew Morton1-7/+6
2015-05-14journal_add_journal_head-debugAndrew Morton1-3/+11
2015-05-14linux-nextmmotm auto import142-2732/+5757
2015-05-14devpts-if-initialization-failed-dont-crash-when-opening-dev-ptmx-fixAndrew Morton1-1/+2
2015-05-14devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett1-7/+23
2015-05-14fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick1-1/+1
2015-05-14fs/affs/inode.c: remove unneeded initializationFabian Frederick1-1/+1
2015-05-14fs/adfs: remove unneeded castFiro Yang1-1/+1
2015-05-14fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon4-30/+87
2015-05-14fat: skip cluster allocation on fallocated regionNamjae Jeon1-2/+8
2015-05-14fat: add fat_fallocate operationNamjae Jeon3-2/+94
2015-05-14fs/reiserfs: remove unneeded castFiro Yang1-2/+1
2015-05-14fs/befs/btree.c: remove unneeded initializationsFabian Frederick1-3/+3
2015-05-14fs/minix: remove unneeded castFiro Yang1-1/+1
2015-05-14fs/efs: femove unneeded castFiro Yang1-1/+1
2015-05-14proc-fix-page_size-limit-of-proc-pid-cmdline-fixAndrew Morton1-1/+2
2015-05-14proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan1-9/+194
2015-05-14fs/mpage.c: forgotten WRITE_SYNC in case of data integrity writeRoman Pen1-8/+15
2015-05-14page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-4/+4
2015-05-14mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen1-1/+0
2015-05-14procfs: treat parked tasks as sleeping for task stateChris Metcalf1-0/+8
2015-05-14fs/posix_acl.c: make posix_acl_create() safer and cleanerDan Carpenter1-26/+20
2015-05-14ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches14-203/+164
2015-05-14ocfs2: avoid access invalid address when read o2dlm debug messagesjiangyiwen2-11/+21
2015-05-14ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_w...yangwenfang1-11/+10
2015-05-14ocfs2: use 64bit variables to track heartbeat timeTina Ruchandani1-40/+9
2015-05-14ocfs2: extend enough credits for freeing one truncate record while replaying ...Xue jiufei1-11/+8
2015-05-14ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei1-6/+38
2015-05-14ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...Xue jiufei1-28/+54
2015-05-14ocfs2: add ip_alloc_sem in direct IO to protect allocation changesWeiWei Wang1-2/+16
2015-05-14ocfs2: fix a tiny case that inode can not removed.jiangyiwen1-0/+9
2015-05-14ocfs2: clear the rest of the buffers on errorGoldwyn Rodrigues1-0/+6
2015-05-14ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues7-83/+51
2015-05-14ocfs2: add errors=continueGoldwyn Rodrigues3-20/+47
2015-05-14ocfs2: flush inode data to disk and free inode when i_count becomes zeroXue jiufei1-6/+8
2015-05-14ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap1-0/+3
2015-05-14ocfs2-set-filesytem-read-only-when-ocfs2_delete_entry-failed-v2jiangyiwen1-8/+12
2015-05-14ocfs2: set filesytem read-only when ocfs2_delete_entry failed.jiangyiwen1-1/+10
2015-05-14ocfs2: do not BUG if jbd2_journal_dirty_metadata failsJoseph Qi1-1/+12
2015-05-14ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left()Xue jiufei1-1/+2
2015-05-14ocfs2: return error when ocfs2_figure_merge_contig_type() failsXue jiufei1-10/+24
2015-05-14ocfs2/dlm: cleanup unused function __dlm_wait_on_lockres_flags_setJoseph Qi1-1/+0
2015-05-14ocfs2: use retval instead of status for checking errorDaeseok Youn1-10/+10
2015-05-14ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi4-46/+39
2015-05-14ocfs2-remove-__mlog_cpu_guess-fixAndrew Morton1-1/+1
2015-05-14ocfs2: remove __mlog_cpu_guessAndrew Morton1-15/+2
2015-05-14ocfs2-reduce-object-size-of-mlog-uses-fixAndrew Morton1-0/+1
2015-05-14ocfs2: reduce object size of mlog usesJoe Perches2-30/+58
2015-05-14jbd2: revert must-not-fail allocation loops back to GFP_NOFAILMichal Hocko2-23/+8
2015-05-14fs/ext4/fsync.c: generic_file_fsync call based on barrier flagFabian Frederick1-1/+4
2015-05-14configfs: unexport/make static config_item_init()Fabian Frederick1-2/+1
2015-05-14ocfs2-fix-bug-in-ocfs2_downconvert_thread_do_work-v2Joseph Qi3-8/+12
2015-05-14ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi3-6/+6
2015-05-14kernfs: do not account ino_ida allocations to memcgVladimir Davydov1-1/+8
2015-05-14originmmotm auto import5-85/+212
2015-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+6
2015-05-09mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6
2015-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+15
2015-05-09path_openat(): fix double fput()Al Viro1-1/+2
2015-05-09namei: d_is_negative() should be checked before ->d_seq validationAl Viro1-6/+13
2015-05-08Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+11
2015-05-07Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-5/+12
2015-05-06Btrfs: fix wrong mapping flags for free space inodeFilipe Manana1-1/+1
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-05-06splice: sendfile() at once fails for big filesChristophe Leroy1-1/+11
2015-05-06Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-1/+1
2015-05-05ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-05nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-05configfs: init configfs module earlier at boot timeDaniel Baluta1-1/+1
2015-05-04f2fs: fix wrong error hanlder in f2fs_follow_linkJaegeuk Kim1-5/+3
2015-05-04Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim3-0/+9
2015-05-03Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-229/+210
2015-05-02ext4: fix growing of tiny filesystemsJan Kara1-2/+5
2015-05-02ext4: move check under lock scope to close a race.Davide Italiano1-7/+8
2015-05-02ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park1-6/+0
2015-05-02ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu1-2/+7
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o5-8/+31
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o5-204/+149
2015-05-01Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-77/+118
2015-04-29Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu1-25/+26
2015-04-26Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+25
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds34-163/+313
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds285-1520/+1512
2015-04-26Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2-9/+14
2015-04-26btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval1-1/+2
2015-04-26btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval1-4/+6
2015-04-26btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval1-1/+2
2015-04-26btrfs: handle ENOMEM in btrfs_alloc_tree_blockOmar Sandoval1-13/+28
2015-04-26Btrfs: fix find_free_dev_extent() malfunction in case device tree has holeForrest Liu1-4/+11
2015-04-26Btrfs: don't check for delalloc_bytes in cache_save_setupChris Mason1-2/+1
2015-04-26Btrfs: fix deadlock when starting writeback of bg cachesFilipe Manana1-1/+1
2015-04-26Btrfs: fix race between start dirty bg cache writeout and bg deletionFilipe Manana1-17/+27
2015-04-24RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro1-2/+4
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe8-32/+22
2015-04-24fs/9p: fix readdir()Johannes Berg1-0/+2
2015-04-24Btrfs: prevent list corruption during free space cache processingChris Mason1-14/+18
2015-04-24Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-77/+35
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds46-897/+2113
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds46-1929/+1992
2015-04-23Btrfs: fix inode cache writeoutChris Mason1-3/+7
2015-04-23Merge tag 'nfs-rdma-for-4.1-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust20-85/+439
2015-04-23Merge branch 'bugfixes'Trond Myklebust4-6/+3
2015-04-23fs/nfs: fix new compiler warning about boolean in switchAndre Przywara1-7/+4
2015-04-23nfs: Remove unneeded casts in nfsFiro Yang1-1/+1
2015-04-23NFS: Don't attempt to decode missing directory entriesBenjamin Coddington1-0/+4
2015-04-23Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"Nicolas Iooss2-2/+2
2015-04-23NFS: Rename idmap.c to nfs4idmap.cAnna Schumaker2-1/+1
2015-04-23NFS: Move nfs_idmap.h into fs/nfs/Anna Schumaker9-8/+76
2015-04-23NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker2-2/+0
2015-04-23NFS: Add a stub for GETDEVICELISTAnna Schumaker1-0/+6
2015-04-23nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao1-2/+0
2015-04-23nfs: fix DIO good bytes calculationPeng Tao1-12/+17
2015-04-23nfs: Fetch MOUNTED_ON_FILEID when updating an inodeAnna Schumaker2-2/+16
2015-04-23nfs: fix high load average due to callback thread sleepingJeff Layton1-3/+3
2015-04-23NFS: Reduce time spent holding the i_mutex during fallocate()Anna Schumaker2-7/+10
2015-04-23NFS: Don't zap caches on fallocate()Anna Schumaker4-10/+35
2015-04-22Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-92/+190
2015-04-22ceph: fix uninline data functionYan, Zheng1-13/+21
2015-04-22ceph: rename snapshot supportYan, Zheng2-4/+10
2015-04-22ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng1-1/+2
2015-04-21nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera1-8/+8
2015-04-21nfsd: eliminate NFSD_DEBUGMark Salter3-3/+3
2015-04-21nfsd4: fix READ permission checkingJ. Bruce Fields1-4/+8
2015-04-21nfsd4: disallow SEEK with special stateidsJ. Bruce Fields1-0/+2
2015-04-21nfsd4: disallow ALLOCATE with special stateidsJ. Bruce Fields1-0/+2
2015-04-21Revert "ocfs2: incorrect check for debugfs returns"Linus Torvalds3-37/+16
2015-04-20ceph: hold on to exclusive caps on complete directoriesYan, Zheng1-0/+12
2015-04-20ceph: show non-default options onlyIlya Dryomov1-5/+1
2015-04-20libceph, ceph: split ceph_show_options()Ilya Dryomov1-25/+15
2015-04-20ceph: cleanup unsafe requests when reconnecting is deniedYan, Zheng1-0/+28
2015-04-20ceph: don't zero i_wrbuffer_ref when reconnecting is deniedYan, Zheng1-7/+0
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng2-2/+8
2015-04-20ceph: keep i_snap_realm while there are writersYan, Zheng1-9/+22
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap3-13/+44
2015-04-20ceph: properly release page upon errorTaesoo Kim1-0/+4
2015-04-20ceph: match wait_for_completion_timeout return typeNicholas Mc Guire1-4/+5
2015-04-20ceph: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2015-04-20ceph: remove redundant declarationFabian Frederick1-1/+0
2015-04-20ceph: fix dcache/nocache mount optionYan, Zheng2-1/+4
2015-04-20ceph: drop cap releases in requests composed before cap reconnectYan, Zheng1-6/+13
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds29-246/+3344
2015-04-19fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-28/+48
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+6
2015-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds4-57/+156
2015-04-18Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds20-261/+1230
2015-04-17efivarfs: Ensure VariableName is NUL-terminatedRoss Lagerwall1-1/+1
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds51-362/+561
2015-04-17proc: show locks in /proc/pid/fdinfo/XAndrey Vagin2-10/+55
2015-04-17bfs: correct return valuesSanidhya Kashyap1-2/+2
2015-04-17affs: kstrdup() memory handlingSanidhya Kashyap1-1/+5
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick5-21/+22
2015-04-17fs/affs/super.c: use affs_set_opt()Fabian Frederick1-15/+16
2015-04-17fs/affs/affs.h: add mount option manipulation macrosFabian Frederick1-0/+4
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick6-48/+54
2015-04-17adfs: return correct return valuesSanidhya Kashyap2-5/+16
2015-04-17fs/exec.c:de_thread: move notify_count write under lockKirill Tkhai1-1/+5
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso1-0/+6
2015-04-17mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov1-2/+1
2015-04-17fs/fat: comment fix, fat_bits can be also 32Alexander Kuleshov1-1/+1
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov9-33/+1
2015-04-17fs/fat: remove unnecessary defintionAlexander Kuleshov1-2/+1
2015-04-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb1-5/+14
2015-04-17hfsplus: fix expand when not enough available spaceSergei Antonov1-0/+6
2015-04-17hfsplus: incorrect return valueChengyu Song1-2/+2
2015-04-17fs/hfsplus: replace if/BUG by BUG_ONFabian Frederick1-3/+1
2015-04-17fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick1-1/+1
2015-04-17fs/hfsplus: atomically set inode->i_flagsFabian Frederick1-7/+5
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick5-65/+35
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick5-67/+38
2015-04-17hfsplus: add missing curly braces in hfsplus_delete_cat()Dan Carpenter1-1/+2
2015-04-17hfs: incorrect return valuesChengyu Song1-2/+2
2015-04-17nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi1-7/+8
2015-04-17nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi1-2/+2
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi1-1/+1
2015-04-17nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctlRyusuke Konishi1-6/+52
2015-04-17nilfs2: add helper to find existent block on metadata fileRyusuke Konishi2-0/+57
2015-04-17nilfs2: add bmap function to seek a valid keyRyusuke Konishi4-1/+115
2015-04-17nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi4-20/+16
2015-04-17nilfs2: use bgl_lock_ptr()Ryusuke Konishi1-2/+5
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi2-20/+18
2015-04-17nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi1-3/+0
2015-04-17befs: replace typedef befs_inode_info by structureFabian Frederick2-7/+7
2015-04-17befs: replace typedef befs_sb_info by structureFabian Frederick5-13/+11
2015-04-17befs: replace typedef befs_mount_options by structureFabian Frederick2-5/+5
2015-04-17fs/binfmt_misc.c: simplify entry_status()Rasmus Villemoes1-21/+9
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds45-562/+439
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds25-308/+461