aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge kernel.org linux-3.0.y into HEADKalimochoAz2012-10-3113-50/+126
|\
| * sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven2012-10-311-8/+8
| * fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook2012-10-311-0/+2
| * Revert: lockd: use rpc client's cl_nodename for id encodingGreg Kroah-Hartman2012-10-281-3/+1
| * NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2012-10-282-2/+3
| * udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky2012-10-211-1/+4
| * jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2012-10-212-31/+78
| * autofs4 - fix reset pending flag on mount failIan Kent2012-10-211-2/+4
| * tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-215-6/+27
| * lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky2012-10-211-1/+3
* | block: prepare I/O context code for BFQ-v5 for 3.0Arianna Avanzini2012-10-151-2/+7
* | Merge commit '85ce022' into HEADKalimochoAz2012-10-143-5/+12
|\ \ | |/
| * ext4: fix fdatasync() for files with only i_size changesJan Kara2012-10-131-2/+6
| * ext4: always set i_op in ext4_mknod()Bernd Schubert2012-10-131-2/+0
| * ext4: online defrag is not supported for journaled filesDmitry Monakhov2012-10-131-1/+6
* | Merge commit '24e842a' into HEADKalimochoAz2012-10-142-15/+10
|\ \ | |/
| * coredump: prevent double-free on an error path in core dumperDenys Vlasenko2012-10-071-15/+4
| * vfs: dcache: fix deadlock in tree traversalMiklos Szeredi2012-10-071-0/+6
* | Merge commit 'b9a7985' into HEADKalimochoAz2012-10-149-9/+17
|\ \ | |/
| * Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher2012-10-021-1/+1
| * NFS: return error from decode_getfh in decode openWeston Andros Adamson2012-10-021-1/+2
| * NFS: Fix a problem with the legacy binary mount codeTrond Myklebust2012-10-021-0/+2
| * NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-10-023-4/+4
| * eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks2012-10-021-0/+5
| * vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-10-021-2/+2
| * vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds2012-10-021-1/+1
* | Merge remote-tracking branch 'korg/linux-3.0.y' into HEADKalimochoAz2012-09-169-57/+91
|\ \ | |/
| * fuse: fix retrieve lengthMiklos Szeredi2012-09-141-0/+1
| * ext3: Fix fdatasync() for files with only i_size changesJan Kara2012-09-141-3/+14
| * udf: Fix data corruption for files in ICBJan Kara2012-09-141-6/+29
| * block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins2012-09-141-36/+30
| * NFS: Alias the nfs module to nfs4bjschuma@gmail.com2012-09-141-0/+2
| * NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust2012-09-141-6/+2
| * NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust2012-09-141-1/+1
| * vfs: canonicalize create mode in build_open_flags()Miklos Szeredi2012-09-141-3/+4
| * vfs: missed source of ->f_pos racesAl Viro2012-09-141-2/+8
* | Merge branch 'linux-3.0.y' into HEADKalimochoAz2012-08-3021-28/+63
|\ \ | |/
| * ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o2012-08-261-0/+1
| * fuse: verify all ioctl retry iov elementsZach Brown2012-08-261-1/+1
| * nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi2012-08-154-2/+8
| * ext4: don't let i_reserved_meta_blocks go negativeBrian Foster2012-08-091-0/+9
| * ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o2012-08-094-8/+8
| * nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-08-091-2/+5
| * nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields2012-08-091-1/+1
| * Btrfs: call the ordered free operation without any locks heldChris Mason2012-08-091-1/+8
| * locks: fix checking of fcntl_setlease argumentJ. Bruce Fields2012-08-091-3/+3
| * mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-014-6/+7
| * mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-014-6/+7
| * UBIFS: fix a bug in empty space fix-upArtem Bityutskiy2012-08-011-2/+6
| * cifs: always update the inode cache with the results from a FIND_*Jeff Layton2012-08-011-2/+5