summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-17eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks1-2/+8
2012-10-17eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks1-0/+1
2012-10-17eCryptfs: Revert to a writethrough cache modelTyler Hicks3-63/+15
2012-10-17eCryptfs: Initialize empty lower files when opening themTyler Hicks3-28/+49
2012-10-17eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks1-23/+32
2012-10-17udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2012-10-17autofs4 - fix reset pending flag on mount failIan Kent1-2/+4
2012-10-17pnfsblock: fix partial page buffer wirtePeng Tao2-12/+165
2012-10-17lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky1-1/+3
2012-10-17JFFS2: don't fail on bitflips in OOBBrian Norris1-4/+4
2012-10-17coredump: prevent double-free on an error path in core dumperDenys Vlasenko1-15/+4
2012-10-17ext4: fix fdatasync() for files with only i_size changesJan Kara1-2/+6
2012-10-17ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2012-10-17ext4: online defrag is not supported for journaled filesDmitry Monakhov1-1/+6
2012-10-17ext4: move_extent code cleanupDmitry Monakhov1-120/+47
2012-10-17ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o2-7/+11
2012-10-10vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-10-10cifs: fix return value in cifsConvertToUTF16Jeff Layton1-1/+1
2012-10-10vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi1-2/+2
2012-10-10fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri1-3/+2
2012-09-19vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds1-1/+1
2012-09-19VFS: make vfs_fstat() use f[get|put]_light()Linus Torvalds1-2/+3
2012-09-19eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks1-0/+5
2012-09-19NFS: return error from decode_getfh in decode openWeston Andros Adamson1-1/+2
2012-09-19NFS: Fix a problem with the legacy binary mount codeTrond Myklebust1-0/+2
2012-09-19NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust3-4/+4
2012-09-19CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky1-1/+1
2012-09-19udf: Fix data corruption for files in ICBJan Kara1-6/+29
2012-09-19fuse: fix retrieve lengthMiklos Szeredi1-0/+1
2012-09-19ext3: Fix fdatasync() for files with only i_size changesJan Kara1-3/+14
2012-09-12Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher1-1/+1
2012-09-12NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust1-2/+2
2012-09-12block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins1-36/+30
2012-09-12fs/buffer.c: remove BUG() in possible but rare conditionGlauber Costa1-1/+0
2012-09-12vfs: missed source of ->f_pos racesAl Viro1-2/+8
2012-09-12NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust1-1/+1
2012-09-12ext4: fix long mount times on very big file systemsTheodore Ts'o1-0/+4
2012-09-12NFS: Alias the nfs module to nfs4bjschuma@gmail.com1-0/+2
2012-09-12vfs: canonicalize create mode in build_open_flags()Miklos Szeredi1-3/+4
2012-09-12fuse: verify all ioctl retry iov elementsZach Brown1-1/+1
2012-09-12ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o1-0/+1
2012-09-12pnfs: defer release of pages in layoutgetIdan Kedar3-40/+58
2012-09-12fix page number calculation bug for block layout decode bufferJim Rees1-1/+3
2012-09-12NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2-2/+2
2012-09-12NFS: Use kcalloc() when allocating arraysTrond Myklebust2-2/+2
2012-09-12nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton1-2/+8
2012-08-19hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki1-1/+1
2012-08-10ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh1-7/+7
2012-08-10nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi4-2/+8
2012-08-10nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5