summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: xfs_bmap_add_attrfork_local is too genericDave Chinner2013-03-041-21/+93
* pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-03-041-6/+29
* fuse: don't WARN when nlink is zeroMiklos Szeredi2013-03-041-1/+8
* nfsd: Fix memleakmajianpeng2013-03-041-0/+2
* ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner2013-03-041-2/+7
* ext4: fix xattr block allocation/release with bigallocLukas Czerner2013-03-041-3/+4
* ext4: fix race in ext4_mb_add_n_trim()Niu Yawei2013-03-041-3/+3
* ext4: release sysfs kobject when failing to enable quotas on mountTheodore Ts'o2013-03-041-4/+8
* ext4: check bh in ext4_read_block_bitmap()Eryu Guan2013-03-041-1/+3
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-03-047-26/+32
* ext4: fix possible use-after-free with AIOJan Kara2013-03-042-6/+5
* fs: Fix possible use-after-free with AIOJan Kara2013-03-041-1/+1
* ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2013-03-042-5/+4
* ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu2013-03-041-1/+1
* ocfs2: fix possible use-after-free with AIOJan Kara2013-03-041-1/+1
* UBIFS: fix double free of ubifs_orphan objectsAdam Thomas2013-03-042-1/+6
* UBIFS: fix use of freed ubifs_orphan objectsAdam Thomas2013-03-042-2/+9
* get rid of unprotected dereferencing of mnt->mnt_nsAl Viro2013-02-281-12/+17
* GFS2: Get a block reservation before resizing a fileBob Peterson2013-02-281-0/+4
* NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson2013-02-281-1/+2
* NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust2013-02-283-74/+144
* NFSv4.1: Fix an ABBA locking issue with session and state serialisationTrond Myklebust2013-02-281-12/+20
* NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust2013-02-281-0/+3
* umount oops when remove blocklayoutdriver firstfanchaoting2013-02-282-0/+2
* ocfs2: unlock super lock if lockres refresh failedJunxiao Bi2013-02-281-1/+4
* fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo2013-02-281-0/+1
* inotify: remove broken mask checks causing unmount to be EINVALJim Somerville2013-02-281-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-02-088-36/+87
|\
| * Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason2013-02-061-1/+4
| * Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt2013-02-061-12/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-...Chris Mason2013-02-0516-119/+370
| |\
| | * Btrfs: fix possible stale data exposureJosef Bacik2013-02-051-1/+1
| | * Btrfs: fix missing i_size updateJosef Bacik2013-02-051-2/+9
| | * Btrfs: fix race between snapshot deletion and getting inodeLiu Bo2013-02-052-9/+38
| | * Btrfs: fix missing release of the space/qgroup reservation in start_transacti...Miao Xie2013-02-051-8/+19
| | * Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie2013-02-051-1/+2
| | * Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik2013-02-051-1/+2
| * | btrfs: don't try to notify udev about missing devicesEric Sandeen2013-02-011-1/+2
* | | Merge branch 'fix-max-write' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-051-4/+4
|\ \ \
| * | | dlm: check the write size from userDavid Teigland2013-02-041-4/+4
* | | | nilfs2: fix fix very long mount time issueVyacheslav Dubeyko2013-02-051-1/+4
|/ / /
* | | Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-02-014-57/+69
|\ \ \
| * | | NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust2013-01-301-2/+12
| * | | NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust2013-01-301-0/+20
| * | | NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust2013-01-271-1/+4
| * | | NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust2013-01-272-25/+9
| * | | NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust2013-01-271-16/+15
| * | | NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust2013-01-271-13/+9
* | | | Merge tag 'for-linus-v3.8-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-01-308-9/+47
|\ \ \ \
| * | | | xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser2013-01-281-2/+2