aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Merge tag 'v3.10.23' into frobisherMichael Neuling43-436/+632
2013-12-12weird-root-dentry-name-debug.patchStephen Rothwell1-2/+4
2013-12-12fs-proc-devtree-remove_proc_entry.patchStephen Rothwell1-0/+1
2013-12-08aio: restore locking of ioctx list on removalMateusz Guzik1-4/+6
2013-12-08xfs: add capability check to free eofblocks ioctlDwight Engen1-0/+6
2013-12-04setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French1-3/+5
2013-12-04audit: add child record before the create to handle case where create failsJeff Layton1-0/+1
2013-12-04ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o1-0/+1
2013-12-04devpts: plug the memory leak in kill_sbIlija Hadzic1-0/+1
2013-11-29configfs: fix race between dentry put and lookupJunxiao Bi1-2/+14
2013-11-29nfsd: make sure to balance get/put_write_accessChristoph Hellwig1-14/+15
2013-11-29nfsd: split up nfsd_setattrChristoph Hellwig1-60/+84
2013-11-29nfsd: return better errors to exportfsJ. Bruce Fields1-4/+11
2013-11-29NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_stateTrond Myklebust1-5/+1
2013-11-29NFSv4: don't reprocess cached open CLAIM_PREVIOUSWeston Andros Adamson1-4/+8
2013-11-29NFSv4: don't fail on missing fattr in open recoverWeston Andros Adamson1-6/+0
2013-11-29NFSv4: fix NULL dereference in open recoverWeston Andros Adamson1-1/+2
2013-11-29NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust1-0/+1
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook1-0/+6
2013-11-13seq_file: always update file->f_pos in seq_lseek()Gu Zheng1-0/+2
2013-11-13ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem1-1/+2
2013-11-13jfs: fix error path in iallocDave Kleikamp1-2/+1
2013-10-18cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2-7/+12
2013-10-18ext4: fix memory leak in xattrDave Jones1-0/+2
2013-10-18Btrfs: use right root when checking for hash collisionJosef Bacik1-1/+1
2013-10-18vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds1-1/+1
2013-10-13Btrfs: remove ourselves from the cluster list under lockJosef Bacik1-1/+2
2013-10-13Btrfs: skip subvol entries when checking if we've created a dir alreadyJosef Bacik1-1/+2
2013-10-13Btrfs: change how we queue blocks for backref checkingJosef Bacik1-7/+7
2013-10-13xfs: fix node forward in xfs_node_toosmallMark Tinguely1-2/+3
2013-10-13NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt failsTrond Myklebust1-9/+9
2013-10-13nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko2-2/+11
2013-10-13fuse: fix fallocate vs. ftruncate raceMaxim Patlasov1-0/+7
2013-10-13fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov1-6/+10
2013-10-13fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from OopsingDan Aloni1-12/+18
2013-10-05sysv: Add forgotten superblock lock init for v7 fsLubomir Rintel1-0/+1
2013-10-05block: Fix bio_copy_data()Kent Overstreet1-2/+2
2013-10-01bio-integrity: Fix use of bs->bio_integrity_pool after freeBjorn Helgaas1-1/+1
2013-10-01udf: Refuse RW mount of the filesystem instead of making it ROJan Kara1-18/+24
2013-10-01udf: Standardize return values in mount sequenceJan Kara1-117/+183
2013-10-01cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi1-0/+1
2013-09-26fuse: readdir: check for slash in namesMiklos Szeredi1-0/+4
2013-09-26fuse: hotfix truncate_pagecache() issueMaxim Patlasov4-3/+17
2013-09-26fuse: invalidate inode attributes on xattr modificationAnand Avati1-0/+4
2013-09-26fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov1-1/+2
2013-09-26ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng1-1/+3
2013-09-26isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara1-11/+5
2013-09-26proc: Restrict mounting the proc filesystemEric W. Biederman1-1/+2
2013-09-26ocfs2: fix the end cluster offset of FIEMAPJie Liu1-1/+0
2013-09-26Btrfs: don't allow the replace procedure on read only filesystemsStefan Behrens1-0/+3
2013-09-26ext4: simplify truncation code in ext4_setattr()Jan Kara1-60/+49
2013-09-26CIFS: Fix missing lease breakPavel Shilovsky1-69/+80
2013-09-26CIFS: Fix a memory leak when a lease break comesPavel Shilovsky1-0/+1
2013-09-26cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton1-0/+2
2013-09-07jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp1-8/+23
2013-08-29SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier1-5/+15
2013-08-29nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko1-1/+1
2013-08-29nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko1-2/+1
2013-08-29VFS: collect_mounts() should return an ERR_PTRDan Carpenter1-1/+1
2013-08-20jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2013-08-20Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+2
2013-08-20fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng1-4/+4
2013-08-14reiserfs: fix deadlock in umountAl Viro2-82/+20
2013-08-14debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov1-47/+22
2013-08-14cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton1-0/+8
2013-08-14cifs: extend the buffer length enought for sprintf() usingChen Gang4-7/+9
2013-08-14ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOTTheodore Ts'o1-2/+4
2013-08-14ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna1-1/+16
2013-08-14ext4: allow the mount options nodelalloc and data=journalTheodore Ts'o1-1/+1
2013-08-14LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust2-6/+12
2013-08-14Btrfs: release both paths before logging dir/changed extentsJosef Bacik1-3/+2
2013-08-14ext4: fix retry handling in ext4_ext_truncate()Theodore Ts'o1-1/+1
2013-08-14ext4: make sure group number is bumped after a inode allocation raceTheodore Ts'o1-5/+5
2013-08-14ext4: destroy ext4_es_cachep on module unloadEric Sandeen1-0/+1
2013-08-11Btrfs: fix crash regarding to ulist_add_mergeLiu Bo1-0/+15
2013-08-11fanotify: info leak in copy_event_to_user()Dan Carpenter1-0/+1
2013-08-04livelock avoidance in sget()Al Viro1-15/+10
2013-08-04nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya1-2/+3
2013-08-04Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-08-04Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-08-04Btrfs: fix wrong write offset when replacing a deviceStefan Behrens1-1/+1
2013-07-28lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery1-0/+4
2013-07-28ext4: fix error handling in ext4_ext_truncate()Theodore Ts'o1-0/+11
2013-07-28fuse: readdirplus: sanity checksMiklos Szeredi1-1/+11
2013-07-28fuse: readdirplus: fix instantiateMiklos Szeredi1-4/+13
2013-07-28fuse: readdirplus: fix dentry leakNiels de Vos1-5/+8
2013-07-28writeback: Fix periodic writeback after fs mountJan Kara1-1/+8
2013-07-21UBIFS: correct mount messageRichard Genoud1-1/+1
2013-07-21Handle big endianness in NTLM (ntlmv2) authenticationSteve French2-7/+7
2013-07-21ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o1-3/+8
2013-07-21ext4: don't show usrquota/grpquota twice in /proc/mountsTheodore Ts'o1-6/+0
2013-07-21ext4: fix ext4_get_group_number()Theodore Ts'o2-6/+6
2013-07-21ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara1-2/+2
2013-07-21ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara1-2/+2
2013-07-21ext4: fix overflows in SEEK_HOLE, SEEK_DATA implementationsJan Kara1-7/+7
2013-07-21ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()Jan Kara1-1/+1
2013-07-21Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik1-1/+2
2013-07-21Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik1-4/+6
2013-07-21Btrfs: fix estale with btrfs sendJosef Bacik1-0/+35
2013-07-21ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi1-0/+10
2013-07-21ext4: check error return from ext4_write_inline_data_end()Theodore Ts'o1-4/+7
2013-07-21ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2-10/+4
2013-07-21ext4: fix corruption when online resizing a fs with 1K block sizeMaarten ter Huurne1-3/+1
2013-07-21jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o1-1/+1
2013-07-21jbd2: move superblock checksum calculation to jbd2_write_superblock()Theodore Ts'o1-1/+2
2013-07-21CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky1-5/+4
2013-07-21CIFS use sensible file nlink values if unprovidedSteve French1-0/+5
2013-07-13nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields1-1/+1
2013-07-13NFSv4.1 end back channel session drainingAndy Adamson1-12/+11
2013-07-13hpfs: better test for errorsMikulas Patocka2-2/+9
2013-07-13ceph: fix sleeping function called from invalid context.majianpeng1-4/+5
2013-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-15/+39
2013-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+9
2013-06-29UBIFS: fix a horrid bugArtem Bityutskiy1-3/+27
2013-06-29UBIFS: prepare to fix a horrid bugArtem Bityutskiy1-12/+12
2013-06-26perf: Disable monitoring on setuid processes for regular usersStephane Eranian1-7/+9
2013-06-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-4/+8
2013-06-23fs: fix new splice.c kernel-doc warningRandy Dunlap1-0/+1
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro3-21/+40
2013-06-18fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov1-4/+8
2013-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-20/+12
2013-06-14Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-11/+42
2013-06-15use can_lookup() instead of direct checks of ->i_op->lookupAl Viro1-2/+2
2013-06-15fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov1-9/+10
2013-06-14xfs: don't shutdown log recovery on validation errorsDave Chinner1-2/+17
2013-06-14xfs: ensure btree root split sets blkno correctlyDave Chinner1-0/+10
2013-06-14xfs: fix implicit padding in directory and attr CRC formatsDave Chinner2-2/+4
2013-06-14xfs: don't emit v5 superblock warnings on writeDave Chinner1-7/+11
2013-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-9/+13
2013-06-12Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds4-27/+24
2013-06-12ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei1-0/+1
2013-06-12aio: fix io_destroy() regression by using call_rcu()Kent Overstreet1-20/+16
2013-06-12fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directoryGoldwyn Rodrigues1-1/+1
2013-06-12ocfs2: ocfs2_prep_new_orphaned_file() should return retXiaowei.Hu1-1/+1
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook1-5/+5
2013-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-58/+89
2013-06-08hpfs: fix warnings when the filesystem fills upMikulas Patocka1-0/+4
2013-06-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2013-06-08Btrfs: stop all workers before cleaning up rootsJosef Bacik1-3/+3
2013-06-08Btrfs: fix use-after-free bug during umountLiu Bo1-2/+2
2013-06-08Btrfs: init relocate extent_io_tree with a mappingJosef Bacik1-4/+5
2013-06-08btrfs: Drop inode if inode root is NULLNaohiro Aota1-0/+3
2013-06-08Btrfs: don't delete fs_roots until after we cleanup the transactionJosef Bacik1-1/+1
2013-06-07Merge tag 'ecryptfs-3.10-rc5-msync' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2013-06-07Merge branch 'for-3.10' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+2
2013-06-07ncpfs: fix rmdir returns Device or resource busyDave Chiluk1-9/+0
2013-06-06Merge tag 'for-linus-v3.10-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds9-59/+195
2013-06-06xfs: increase number of ACL entries for V5 superblocksDave Chinner2-20/+42
2013-06-06xfs: disable noattr2/attr2 mount options for CRC enabled filesystemsDave Chinner1-0/+11
2013-06-06xfs: inode unlinked list needs to recalculate the inode CRCDave Chinner2-0/+25
2013-06-06xfs: fix log recovery transaction item reorderingDave Chinner1-7/+58
2013-06-06xfs: fix remote attribute invalidation for a leafDave Chinner1-1/+1
2013-06-06xfs: rework dquot CRCsDave Chinner4-31/+58
2013-06-04eCryptfs: Check return of filemap_write_and_wait during fsyncTyler Hicks1-1/+6
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds7-23/+71
2013-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-15/+62
2013-06-04Merge tag 'jfs-3.10-rc5' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2-9/+37
2013-06-03GFS2: Don't cache iopen glocksBob Peterson2-1/+6
2013-06-03GFS2: Fall back to vmalloc if kmalloc fails for dir hash tablesBob Peterson1-10/+33
2013-06-03GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson3-11/+29
2013-06-03GFS2: Set log descriptor type for jdata blocksBob Peterson1-1/+3
2013-06-03fuse: fix alignment in short read optimization for async_dioMaxim Patlasov1-4/+10
2013-06-03fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requestsBrian Foster1-1/+1
2013-06-03fuse: fix readdirplus Oops in fuse_dentry_revalidateMiklos Szeredi2-6/+13
2013-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-8/+11
2013-06-01Merge tag 'nfs-for-3.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+3
2013-06-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-3/+25
2013-06-01Merge tag 'for-linus-v3.10-rc4-crc-xattr-fixes' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-183/+307
2013-06-01Merge tag 'for-linus-v3.10-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-60/+92
2013-05-31cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton1-2/+2
2013-05-31reiserfs: fix deadlock with nfs racing on create/lookupJeff Mahoney1-2/+7
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney2-1/+16
2013-05-31reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentryJeff Mahoney1-0/+2
2013-05-31befs_readdir(): do not increment ->f_pos if filldir tells us to stopAl Viro1-2/+2
2013-05-31hpfs: deadlock and race in directory lseek()Al Viro1-4/+6
2013-05-31qnx6: qnx6_readdir() has a braino in pos calculationAl Viro1-1/+1
2013-05-31vfs: Fix invalid ida_remove() callTakashi Iwai1-1/+2
2013-05-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+12
2013-05-30xfs: rework remote attr CRCsDave Chinner4-158/+247
2013-05-30xfs: fully initialise temp leaf in xfs_attr3_leaf_compactDave Chinner1-16/+26
2013-05-30xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalanceDave Chinner1-3/+13
2013-05-30xfs: correctly map remote attr buffers during removalDave Chinner1-9/+18
2013-05-30xfs: remote attribute tail zeroing does too muchDave Chinner1-19/+18
2013-05-30xfs: remote attribute read too shortDave Chinner1-6/+9
2013-05-30xfs: remote attribute allocation may be contiguousDave Chinner1-1/+5
2013-05-30xfs: fix dir3 freespace block corruptionDave Chinner2-7/+7
2013-05-30xfs: disable swap extents ioctl on CRC enabled filesystemsDave Chinner1-0/+8
2013-05-30xfs: add fsgeom flag for v5 superblock support.Dave Chinner2-1/+4
2013-05-30xfs: fix incorrect remote symlink block countDave Chinner1-14/+6
2013-05-30xfs: fix split buffer vector log recovery supportDave Chinner2-6/+12
2013-05-30xfs: kill suid/sgid through the truncate path.Dave Chinner1-15/+32
2013-05-30xfs: avoid nesting transactions in xfs_qm_scall_setqlim()Dave Chinner1-17/+23
2013-05-30NFS: Fix security flavor negotiation with legacy binary mountsChuck Lever1-0/+2
2013-05-29NFSv4: Fix a thinko in nfs4_try_open_cachedTrond Myklebust1-1/+1
2013-05-28Merge branch 'for-3.10' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-83/+88
2013-05-28posix-timers: Show clock ID in proc filePavel Tikhomirov1-0/+1
2013-05-26Merge tag 'nfs-for-3.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-19/+21
2013-05-26Merge tag 'for-linus-v3.10-rc3' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-21/+47
2013-05-24aio: fix kioctx not being freed after cancellation at exit timeBenjamin LaHaise1-1/+3
2013-05-24ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()Joseph Qi1-1/+1