aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-11-12metag: Fixes and updates up to Jul 28th 2014HEADmasterJames Hogan1-3/+3
2015-11-11METALinux 3.2 releasemetag-linux-3.10James Hogan6-0/+939
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
2013-05-24nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi1-4/+23
2013-05-24aio: fix io_getevents documentationJeff Moyer1-2/+1
2013-05-24hfs: avoid crash in hfs_bnode_createJeff Mahoney1-1/+5
2013-05-24ocfs2: unlock rw lock if inode lock failedJoseph Qi1-1/+1
2013-05-24fat: fix possible overflow for fat_clustersOGAWA Hirofumi1-1/+14
2013-05-24ecryptfs: fixed msync to flush dataPaul Taysom1-0/+1
2013-05-24xfs: remote attribute lookups require the value lengthDave Chinner1-1/+2
2013-05-24xfs: xfs_attr_shortform_allfit() does not handle attr3 format.Dave Chinner1-11/+13
2013-05-24xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGICDave Chinner1-0/+1
2013-05-24xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner4-5/+7
2013-05-24xfs: Don't reference the EFI after it is freedDave Chinner1-2/+3
2013-05-24xfs: fix rounding in xfs_free_file_spaceDave Chinner1-2/+2
2013-05-24xfs: fix sub-page blocksize data integrity writesDave Chinner1-0/+19
2013-05-24fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gu Zheng1-1/+7
2013-05-24jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan1-8/+30
2013-05-24cifs: fix composing of mount options for DFS referralsJeff Layton2-72/+73
2013-05-24cifs: stop printing the unc= option in /proc/mountsJeff Layton1-3/+0
2013-05-24cifs: fix error handling when calling cifs_parse_devnameJeff Layton1-9/+13
2013-05-24cifs: allow sec=none mounts to work against servers that don't support extend...Jeff Layton1-0/+1
2013-05-24cifs: fix potential buffer overrun when composing a new options stringJeff Layton1-1/+3
2013-05-24cifs: only set ops for inodes in I_NEW stateJeff Layton1-1/+2
2013-05-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2013-05-24GFS2: Fix typo in gfs2_log_end_write loopSteven Whitehouse1-1/+1
2013-05-24GFS2: fix DLM depends to fix build errorsRandy Dunlap1-1/+1
2013-05-24GFS2: Use single-block reservations for directoriesBob Peterson1-2/+7
2013-05-24GFS2: two minor quota fixupsBob Peterson1-2/+2
2013-05-23NFS: Fix SETCLIENTID fallback if GSS is not availableChuck Lever1-1/+1
2013-05-22Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin1-2/+12
2013-05-20NFSv4.1 Fix a pNFS session draining deadlockAndy Adamson6-18/+20
2013-05-20fuse: update inode size and invalidate attributes on fallocateBrian Foster1-3/+12
2013-05-20fuse: truncate pagecache range on hole punchBrian Foster1-2/+20
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds21-246/+301
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason16-174/+181
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason9-72/+120
2013-05-17Btrfs: make sure roots are assigned before freeing their nodesJosef Bacik1-18/+21
2013-05-17Btrfs: explicitly use global_block_rsv for quota_treeStefan Behrens1-0/+2
2013-05-17btrfs: do away with non-whole_page extent I/OAlexandre Oliva1-55/+30
2013-05-17Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock contextMiao Xie1-0/+6
2013-05-17Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()Miao Xie1-1/+0
2013-05-17Btrfs: pause the space balance when remounting to R/OMiao Xie1-0/+1
2013-05-17Btrfs: fix unprotected root node of the subvolume's inode rb-treeMiao Xie1-4/+3
2013-05-17Btrfs: fix accessing a freed tree rootMiao Xie1-1/+1
2013-05-17Btrfs: return errno if possible when we fail to allocate memoryLiu Bo1-2/+6
2013-05-17Btrfs: update the global reserve if it is emptyMiao Xie1-1/+8
2013-05-17Btrfs: don't steal the reserved space from the global reserve if their space ...Miao Xie1-2/+4
2013-05-17Btrfs: optimize the error handle of use_block_rsv()Miao Xie1-37/+28
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie5-22/+34
2013-05-17Btrfs: don't abort the current transaction if there is no enough space for in...Miao Xie1-1/+2
2013-05-17Correct allowed raid levels on balance.Andreas Philipp1-7/+6
2013-05-17Btrfs: fix possible memory leak in replace_path()Stefan Behrens1-1/+1
2013-05-17Btrfs: fix possible memory leak in the find_parent_nodes()Wang Shilong1-1/+2
2013-05-17Btrfs: don't allow device replace on RAID5/RAID6Stefan Behrens1-0/+5
2013-05-17Btrfs: handle running extent ops with skinny metadataJosef Bacik4-10/+12
2013-05-17Btrfs: remove warn on in free space cache writeoutJosef Bacik1-3/+1
2013-05-17Btrfs: don't null pointer deref on abortJosef Bacik1-1/+1
2013-05-17btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis1-5/+5
2013-05-17Btrfs: fix off-by-one in fiemapLiu Bo1-2/+2
2013-05-17btrfs: annotate quota tree for lockdepDavid Sterba2-4/+4
2013-05-17ceph: ceph_pagelist_append might sleep while atomicJim Schutt3-61/+89
2013-05-17ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt2-3/+6
2013-05-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-142/+111
2013-05-14fuse: allocate for_background dio requests based on io->async stateBrian Foster1-2/+9
2013-05-13efivarfs: Never return ENOENT from firmware againLingzhu Xiang1-2/+12
2013-05-11ext4: revert "ext4: use io_end for multiple bios"Theodore Ts'o3-129/+85
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-9/+18
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+17
2013-05-10Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-41/+103
2013-05-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-1/+4
2013-05-09eCryptfs: Use the ablkcipher crypto APITyler Hicks2-41/+103
2013-05-09Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+1
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds48-1902/+3215
2013-05-09Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds15-32/+83
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-0/+17
2013-05-09ecryptfs: don't open-code kernel_read()Al Viro1-8/+1
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-42/+169
2013-05-09nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton1-7/+5
2013-05-08cifs: only set ops for inodes in I_NEW stateJeff Layton1-1/+2
2013-05-08Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds17-682/+982
2013-05-08NFS4.1 Fix data server connection raceAndy Adamson2-2/+26
2013-05-08pstore/ram: fix error return code in ramoops_probe()Wei Yongjun1-0/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds13-221/+420
2013-05-08f2fs: cover free_nid management with spin_lockJaegeuk Kim1-16/+18
2013-05-08f2fs: optimize scan_nat_page()Haicheng Li1-5/+9
2013-05-08f2fs: code cleanup for scan_nat_page() and build_free_nids()Haicheng Li1-6/+4
2013-05-08f2fs: bugfix for alloc_nid_failed()Haicheng Li1-2/+6
2013-05-08f2fs: recover when journal contains deleted filesChris Fries1-2/+6
2013-05-08f2fs: continue to mount after failing recoveryChris Fries1-4/+3
2013-05-08f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim3-2/+26
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds41-1077/+602
2013-05-07aio: don't include aio.h in sched.hKent Overstreet38-3/+38
2013-05-07aio: kill ki_retryKent Overstreet1-139/+85
2013-05-07aio: kill ki_keyKent Overstreet1-2/+5
2013-05-07audit: vfs: fix audit_inode call in O_CREAT case of do_lastJeff Layton1-1/+1
2013-05-07aio: give shared kioctx fields their own cachelinesKent Overstreet1-12/+15
2013-05-07aio: kill struct aio_ring_infoKent Overstreet1-81/+74
2013-05-07aio: kill batch allocationKent Overstreet1-101/+15
2013-05-07aio: change reqs_active to include unreaped completionsKent Overstreet1-15/+32
2013-05-07aio: use cancellation list lazilyKent Overstreet1-44/+62
2013-05-07aio: use flush_dcache_page()Kent Overstreet1-28/+17
2013-05-07aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet1-150/+90
2013-05-07aio: refcounting cleanupKent Overstreet1-153/+119
2013-05-07aio: make aio_put_req() locklessKent Overstreet1-52/+34
2013-05-07aio: do fget() after aio_get_req()Kent Overstreet1-13/+9
2013-05-07aio: dprintk() -> pr_debug()Kent Overstreet1-33/+24
2013-05-07aio: move private stuff out of aio.hKent Overstreet1-0/+61
2013-05-07aio: add kiocb_cancel()Kent Overstreet1-36/+43
2013-05-07aio: kill return value of aio_complete()Kent Overstreet1-14/+7