aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-49/+19
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-39/+27
2014-10-31Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-28/+51
2014-10-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-13/+3
2014-10-31ovl: initialize ->is_cursorMiklos Szeredi1-0/+1
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-1/+2
2014-10-31isofs: don't bother with ->d_op for normal caseAl Viro2-22/+4
2014-10-30fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud1-1/+2
2014-10-30ext4: make ext4_ext_convert_to_initialized() return proper number of blocksJan Kara1-5/+4
2014-10-30ext4: bail early when clearing inode journal flag failsJan Kara1-1/+6
2014-10-30ext4: bail out from make_indexed_dir() on first errorJan Kara1-10/+18
2014-10-30jbd2: use a better hash function for the revoke tableTheodore Ts'o1-8/+2
2014-10-30ext4: prevent bugon on race between write/fcntlDmitry Monakhov1-1/+1
2014-10-30ext4: remove extent status procfs files if journal load failsDarrick J. Wong1-2/+3
2014-10-30ext4: disallow changing journal_csum option during remountDarrick J. Wong1-0/+8
2014-10-30ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong1-0/+4
2014-10-30ext4: fix oops when loading block bitmap failedJan Kara1-0/+4
2014-10-30ext4: fix overflow when updating superblock backups after resizeJan Kara1-1/+1
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2-7/+12
2014-10-29ocfs2: fix d_splice_alias() return code checkingRichard Weinberger1-1/+1
2014-10-29fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann1-6/+11
2014-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-29/+9
2014-10-28isofs_cmp(): we'll never see a dentry for . or ..Al Viro1-18/+2
2014-10-28overlayfs: fix lockdep misannotationMiklos Szeredi2-2/+2
2014-10-28ovl: fix check for cursorMiklos Szeredi1-5/+6
2014-10-28overlayfs: barriers for opening upper-layer directoryAl Viro1-1/+2
2014-10-28Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent itemsFilipe Manana1-8/+0
2014-10-28Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+5
2014-10-27Btrfs: properly clean up btrfs_end_io_wq_cacheJosef Bacik1-0/+1
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana3-10/+4
2014-10-27btrfs: use macro accessors in superblock validation checksDavid Sterba1-21/+22
2014-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds19-57/+3522
2014-10-24overlayfs: embed middle into overlay_readdir_dataAl Viro1-7/+5
2014-10-24overlayfs: embed root into overlay_readdir_dataAl Viro1-6/+5
2014-10-24overlayfs: make ovl_cache_entry->name an array instead of pointerAl Viro1-6/+5
2014-10-24overlayfs: don't hold ->i_mutex over opening the real directoryAl Viro1-6/+13
2014-10-23Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro18-57/+3517
2014-10-23fix inode leaks on d_splice_alias() failure exitsAl Viro1-0/+2
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi2-0/+16
2014-10-24overlayfs: implement show_optionsErez Zadok1-28/+48
2014-10-24overlayfs: add statfs supportAndy Whitcroft1-0/+40
2014-10-24overlay filesystemMiklos Szeredi10-0/+3284
2014-10-24ext4: support RENAME_WHITEOUTMiklos Szeredi1-17/+78
2014-10-24vfs: add RENAME_WHITEOUTMiklos Szeredi1-2/+6
2014-10-24vfs: add whiteout supportMiklos Szeredi1-0/+14
2014-10-24vfs: export check_sticky()Miklos Szeredi2-26/+3
2014-10-24vfs: introduce clone_private_mount()Miklos Szeredi1-0/+27
2014-10-24vfs: export __inode_permission() to modulesMiklos Szeredi2-1/+1
2014-10-24vfs: export do_splice_direct() to modulesMiklos Szeredi2-6/+1
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi2-5/+27
2014-10-23nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-10-22fs, jbd: use a more generic hash functionSasha Levin1-5/+2
2014-10-22quota: Properly return errors from dquot_writeback_dquots()Jan Kara1-1/+1
2014-10-22ext3: Don't check quota format when there are no quota filesJan Kara1-7/+0
2014-10-21fs: clarify rate limit suppressed buffer I/O errorsRobert Elliott1-16/+7
2014-10-21fs: merge I/O error prints into one lineRobert Elliott1-19/+8
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds17-18/+18
2014-10-21nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields1-1/+3
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds28-1869/+1336
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh17-18/+18
2014-10-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds20-171/+489
2014-10-18Merge tag 'dlm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-1/+1
2014-10-18Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-36/+33
2014-10-18Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfsLinus Torvalds4-25/+167
2014-10-18Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-20/+255
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-35/+19
2014-10-17[CIFS] Remove obsolete commentSteve French1-6/+4
2014-10-17Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2-36/+33
2014-10-16Check minimum response length on query_network_interfaceSteve French1-4/+7
2014-10-16Workaround Mac server problemSteve French1-3/+10
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French11-77/+88
2014-10-16Allow conversion of characters in Mac remap range (part 2)Steve French2-26/+83
2014-10-16Allow conversion of characters in Mac remap range. Part 1Steve French5-33/+107
2014-10-16mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French3-1/+75
2014-10-16Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French3-1/+68
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French8-30/+55
2014-10-16add defines for two new file attributesSteve French1-0/+2
2014-10-16NTFS: Bump version to 2.1.31.Anton Altaparmakov1-1/+1
2014-10-16NTFS: Add bmap address space operation needed for FIBMAP ioctl.Anton Altaparmakov1-0/+124
2014-10-16NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aopsAnton Altaparmakov3-24/+42
2014-10-15pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks1-2/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-15Merge tag 'llvmlinux-for-v3.18' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds1-9/+7
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds12-177/+386
2014-10-15Merge branch 'CVE-2014-7970' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2014-10-14mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman1-0/+3
2014-10-14dlm: fix missing endian conversion of rcom_status flagsNeale Ferguson1-1/+1
2014-10-14ceph: fix divide-by-zero in __validate_layout()Yan, Zheng1-1/+1
2014-10-14ceph: fix bool assignmentsFabian Frederick1-13/+13
2014-10-14ceph: additional debugfs outputJohn Spray2-0/+47
2014-10-14ceph: export ceph_session_state_name functionJohn Spray2-7/+9
2014-10-14ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng4-47/+170
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng3-39/+28
2014-10-14libceph: reference counting pagelistYan, Zheng1-1/+0
2014-10-14ceph: fix llistxattr on symlinkYan, Zheng1-2/+1
2014-10-14ceph: send client metadata to MDSJohn Spray1-1/+70
2014-10-14ceph: remove redundant code for max file size verificationChao Yu2-15/+0
2014-10-14ceph: remove redundant io_iter_advance()Yan, Zheng1-1/+0
2014-10-14ceph: move ceph_find_inode() outside the s_mutexYan, Zheng2-8/+10
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng5-30/+20
2014-10-14ceph: make sure request isn't in any waiting list when kicking request.Yan, Zheng1-0/+1
2014-10-14ceph: protect kick_requests() with mdsc->mutexYan, Zheng1-2/+3
2014-10-14ceph: trim unused inodes before reconnecting to recovering MDSYan, Zheng1-10/+13
2014-10-14block: Remove REQ_KERNELMartin K. Petersen2-9/+7
2014-10-14btrfs: LLVMLinux: Remove VLAISVinícius Tinti1-9/+7
2014-10-14Merge tag 'fscache-fixes-20141013' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-28/+23
2014-10-14Merge tag 'upstream-3.18-rc1-v2' of git://git.infradead.org/linux-ubifsLinus Torvalds4-17/+23
2014-10-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong2-2/+6
2014-10-14Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner1-5/+14
2014-10-14fs: check bh blocknr earlier when searching lruZach Brown1-2/+2
2014-10-14isofs: replace strnicmp with strncasecmpRasmus Villemoes1-1/+1
2014-10-14ocfs2: replace strnicmp with strncasecmpRasmus Villemoes2-4/+4
2014-10-14cifs: replace strnicmp with strncasecmpRasmus Villemoes2-5/+5
2014-10-14FS/OMFS: block number sanity check during fill_super operationFabian Frederick2-3/+8
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick3-5/+0
2014-10-14fs/affs/file.c: fix shadow warningsFabian Frederick1-15/+24
2014-10-14fs/affs/inode.c: remove unused variableFabian Frederick1-2/+0
2014-10-14fs/affs/super.c: remove unused variableFabian Frederick1-3/+1
2014-10-14coredump: add %i/%I in core_pattern to report the tid of the crashed threadOleg Nesterov1-0/+8
2014-10-14fat: remove redundant sys_tz declarationFabian Frederick1-2/+0
2014-10-14fs/reiserfs/journal.c: fix sparse context imbalance warningFabian Frederick1-3/+5
2014-10-14fs/ufs/balloc.c: remove unused variableFabian Frederick1-3/+0
2014-10-14fs/hfs/hfs_fs.h: remove redundant sys_tz declarationFabian Frederick1-2/+0
2014-10-14nilfs2: improve the performance of fdatasync()Andreas Rohner3-11/+20
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner5-10/+37
2014-10-14fs/befs/btree.c: remove typedef befs_btree_nodeHimangi Saraogi1-24/+29
2014-10-14autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.NeilBrown1-6/+20
2014-10-14autofs4: avoid taking fs_lock during rcu-walkNeilBrown2-8/+42
2014-10-14autofs4: make "autofs4_can_expire" idempotent.NeilBrown1-6/+4
2014-10-14autofs4: factor should_expire() out of autofs4_expire_indirect.NeilBrown1-74/+88
2014-10-14autofs4: allow RCU-walk to walk through autofs4NeilBrown4-18/+34
2014-10-14fs/ncpfs/dir.c: remove redundant sys_tz declarationFabian Frederick1-3/+0
2014-10-14binfmt_misc: work around gcc-4.9 warningArnd Bergmann1-2/+2
2014-10-14binfmt_misc: expand the register format limit to 1920 bytesMike Frysinger1-2/+17
2014-10-13fs/fscache/object-list.c: use __seq_open_private()Rob Jones1-14/+2
2014-10-13CacheFiles: Fix incorrect test for in-memory object collisionDavid Howells1-1/+1
2014-10-13NFS: Fix a bogus warning in nfs_generic_pgioTrond Myklebust1-4/+3
2014-10-13NFS: Fix an uninitialised pointer Oops in the writeback error pathTrond Myklebust1-1/+2
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-8/+0
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-10-13Merge tag 'xfs-for-linus-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds47-1176/+1304
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds46-537/+502
2014-10-13ext4: move error report out of atomic context in ext4_init_block_bitmap()Dmitry Monakhov1-4/+8
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov12-70/+43
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner16-61/+57
2014-10-13xfs: fix agno increment in xfs_inumbers() loopEric Sandeen1-1/+2
2014-10-12fs/file_table.c: Update alloc_file() commentEric Biggers1-10/+2
2014-10-12vfs: Deduplicate code shared by xattr system calls operating on pathsEric Biggers1-77/+39
2014-10-12reiserfs: remove pointless forward declaration of struct nameidataAl Viro1-1/+0
2014-10-12take dname_external() into fs/dcache.cAl Viro1-0/+5
2014-10-12let path_init() failures treated the same way as subsequent link_path_walk()Al Viro1-2/+3
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds5-6/+2
2014-10-11ext4: delete useless comments about ext4_move_extentsXiaoguang Wang1-53/+6
2014-10-11ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen1-1/+16
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds13-417/+300
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds48-1518/+3548
2014-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds14-68/+101
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-23/+11
2014-10-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-18/+38
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds9-21/+26
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-35/+4
2014-10-09fs/buffer.c: increase the buffer-head per-CPU LRU sizeSebastien Buisson1-1/+1
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov1-0/+3
2014-10-09mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner1-21/+40
2014-10-09ocfs2: fix a deadlock while o2net_wq doing direct memory reclaimXue jiufei1-0/+20
2014-10-09mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov1-24/+9
2014-10-09block_dev: implement readpages() to optimize sequential readAkinobu Mita1-0/+7
2014-10-09vfs: guard end of device for mpage interfaceAkinobu Mita3-1/+8
2014-10-09vfs: make guard_bh_eod() more genericAkinobu Mita1-14/+12
2014-10-09fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He1-1/+3
2014-10-09proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2-5/+41
2014-10-09proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov3-5/+5
2014-10-09fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov1-8/+10
2014-10-09fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov1-6/+26
2014-10-09fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov1-14/+7
2014-10-09fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov1-1/+4
2014-10-09fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov1-0/+21
2014-10-09fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov1-5/+10
2014-10-09fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov1-24/+10
2014-10-09fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov1-34/+1
2014-10-09fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov1-6/+3
2014-10-09fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov1-5/+3
2014-10-09fs/proc/task_mmu.c: simplify the vma_stop() logicOleg Nesterov1-16/+19
2014-10-09fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2-9/+29
2014-10-09proc: introduce proc_mem_open()Oleg Nesterov2-15/+23
2014-10-09fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()Oleg Nesterov1-28/+16
2014-10-09fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()Oleg Nesterov1-5/+3
2014-10-09ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2-31/+31
2014-10-09ocfs2: fix deadlock between o2hb thread and o2net_wqJoseph Qi3-1/+21
2014-10-09ocfs2: don't fire quorum before connection establishedJunxiao Bi1-2/+3
2014-10-09fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()Rob Jones1-18/+5
2014-10-09fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones1-59/+19
2014-10-09fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones1-25/+14
2014-10-09ocfs2: remove unused code in dlm_new_lockres()Xue jiufei1-3/+0
2014-10-09ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen1-2/+5
2014-10-09ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi1-7/+11
2014-10-09ocfs2: fix shift left operations overflowJoseph Qi2-2/+2
2014-10-09ocfs2/dlm: refactor error handling in dlm_alloc_ctxtJoseph Qi1-20/+22