aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext3: Fix format string issuesLars-Peter Clausen2013-03-201-2/+2
* vfs: fix pipe counter breakageAl Viro2013-03-141-0/+3
* Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers2013-03-141-8/+7
* Btrfs: cleanup orphan reservation if truncate failsJosef Bacik2013-03-141-0/+2
* Btrfs: account for orphan inodes properly during cleanupJosef Bacik2013-03-141-0/+1
* CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky2013-03-141-0/+1
* proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-141-6/+6
* vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlinkLinus Torvalds2013-03-141-2/+0
* NFSv4.1: Hold reference to layout hdr in layoutgetWeston Andros Adamson2013-03-141-2/+9
* pnfs: fix resend_to_mds for directioBenny Halevy2013-03-143-8/+18
* NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust2013-03-141-7/+13
* cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton2013-03-141-0/+5
* Btrfs: delete inline extents when we find them during loggingJosef Bacik2013-03-141-0/+18
* Btrfs: copy everything if we've created an inline extentJosef Bacik2013-03-141-0/+1
* btrfs: Init io_lock after cloning btrfs device structThomas Gleixner2013-03-141-0/+1
* ext4: convert number of blocks to clusters properlyLukas Czerner2013-03-144-9/+9
* xfs: xfs_bmap_add_attrfork_local is too genericDave Chinner2013-03-031-21/+93
* pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi2013-03-031-6/+29
* fuse: don't WARN when nlink is zeroMiklos Szeredi2013-03-031-1/+8
* nfsd: Fix memleakmajianpeng2013-03-031-0/+2
* ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner2013-03-031-2/+7
* ext4: fix xattr block allocation/release with bigallocLukas Czerner2013-03-031-3/+4
* ext4: fix race in ext4_mb_add_n_trim()Niu Yawei2013-03-031-3/+3
* ext4: release sysfs kobject when failing to enable quotas on mountTheodore Ts'o2013-03-031-4/+8
* ext4: check bh in ext4_read_block_bitmap()Eryu Guan2013-03-031-1/+3
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-03-037-26/+32
* ext4: fix possible use-after-free with AIOJan Kara2013-03-032-6/+5
* fs: Fix possible use-after-free with AIOJan Kara2013-03-031-1/+1
* ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2013-03-032-5/+4
* ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu2013-03-031-1/+1
* ocfs2: fix possible use-after-free with AIOJan Kara2013-03-031-1/+1
* UBIFS: fix double free of ubifs_orphan objectsAdam Thomas2013-03-032-1/+6
* UBIFS: fix use of freed ubifs_orphan objectsAdam Thomas2013-03-032-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-078-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