aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky2012-10-171-1/+3
* JFFS2: don't fail on bitflips in OOBBrian Norris2012-10-171-4/+4
* coredump: prevent double-free on an error path in core dumperDenys Vlasenko2012-10-171-15/+4
* ext4: fix fdatasync() for files with only i_size changesJan Kara2012-10-171-2/+6
* ext4: always set i_op in ext4_mknod()Bernd Schubert2012-10-171-2/+0
* ext4: online defrag is not supported for journaled filesDmitry Monakhov2012-10-171-1/+6
* ext4: move_extent code cleanupDmitry Monakhov2012-10-171-120/+47
* ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o2012-10-172-7/+11
* vfs: dcache: fix deadlock in tree traversalMiklos Szeredi2012-10-101-0/+6
* cifs: fix return value in cifsConvertToUTF16Jeff Layton2012-10-101-1/+1
* vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-10-101-2/+2
* fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri2012-10-101-3/+2
* vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds2012-09-191-1/+1
* VFS: make vfs_fstat() use f[get|put]_light()Linus Torvalds2012-09-191-2/+3
* eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks2012-09-191-0/+5
* NFS: return error from decode_getfh in decode openWeston Andros Adamson2012-09-191-1/+2
* NFS: Fix a problem with the legacy binary mount codeTrond Myklebust2012-09-191-0/+2
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-09-193-4/+4
* CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky2012-09-191-1/+1
* udf: Fix data corruption for files in ICBJan Kara2012-09-191-6/+29
* fuse: fix retrieve lengthMiklos Szeredi2012-09-191-0/+1
* ext3: Fix fdatasync() for files with only i_size changesJan Kara2012-09-191-3/+14
* Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher2012-09-121-1/+1
* NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust2012-09-121-2/+2
* block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins2012-09-121-36/+30
* fs/buffer.c: remove BUG() in possible but rare conditionGlauber Costa2012-09-121-1/+0
* vfs: missed source of ->f_pos racesAl Viro2012-09-121-2/+8
* NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust2012-09-121-1/+1
* ext4: fix long mount times on very big file systemsTheodore Ts'o2012-09-121-0/+4
* NFS: Alias the nfs module to nfs4bjschuma@gmail.com2012-09-121-0/+2
* vfs: canonicalize create mode in build_open_flags()Miklos Szeredi2012-09-121-3/+4
* fuse: verify all ioctl retry iov elementsZach Brown2012-09-121-1/+1
* ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o2012-09-121-0/+1
* pnfs: defer release of pages in layoutgetIdan Kedar2012-09-123-40/+58
* fix page number calculation bug for block layout decode bufferJim Rees2012-09-121-1/+3
* NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2012-09-122-2/+2
* NFS: Use kcalloc() when allocating arraysTrond Myklebust2012-09-122-2/+2
* nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton2012-09-121-2/+8
* hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki2012-08-191-1/+1
* ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh2012-08-101-7/+7
* nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi2012-08-104-2/+8
* nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-08-101-2/+5
* nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields2012-08-101-1/+1
* Btrfs: call the ordered free operation without any locks heldChris Mason2012-08-021-1/+8
* locks: fix checking of fcntl_setlease argumentJ. Bruce Fields2012-08-021-3/+3
* ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o2012-08-021-11/+21
* ext4: don't let i_reserved_meta_blocks go negativeBrian Foster2012-08-021-0/+9
* udf: Improve table length check to avoid possible overflowJan Kara2012-08-021-1/+1
* ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o2012-08-024-56/+131
* ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o2012-08-024-8/+8