summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-01-14ENGR00069937 Community patch for Fix mount error in case of MLC flashJason Liu
2013-01-14ENGR00068619 JFFS2 community fix with not use OOBJason Liu
2013-01-14ext4: fix unjournaled inode bitmap modificationEric Sandeen
2012-10-13Convert properly UTF-8 to UTF-16Frediano Ziglio
2012-10-13cifs: reinstate the forcegid optionJeff Layton
2012-10-13JFFS2: don't fail on bitflips in OOBBrian Norris
2012-10-13JFFS2: fix unmount regressionArtem Bityutskiy
2012-10-13kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi
2012-10-13ext4: fix fdatasync() for files with only i_size changesJan Kara
2012-10-13ext4: always set i_op in ext4_mknod()Bernd Schubert
2012-10-13ext4: online defrag is not supported for journaled filesDmitry Monakhov
2012-10-13ext4: move_extent code cleanupDmitry Monakhov
2012-10-13ext4: fix crash when accessing /proc/mounts concurrentlyHerton Ronaldo Krzesinski
2012-10-13ext4: fix potential deadlock in ext4_nonda_switch()Theodore Ts'o
2012-10-13ext4: avoid duplicate writes of the backup bg descriptor blocksYongqiang Yang
2012-10-13ext4: don't copy non-existent gdt blocks when resizingYongqiang Yang
2012-10-13ext4: ignore last group w/o enough space when resizing instead of BUG'ingYongqiang Yang
2012-10-13jbd2: don't write superblock when if its emptyEric Sandeen
2012-10-07coredump: prevent double-free on an error path in core dumperDenys Vlasenko
2012-10-07vfs: dcache: fix deadlock in tree traversalMiklos Szeredi
2012-10-02NFSd: set nfsd_serv to NULL after service destructionStanislav Kinsbursky
2012-10-02NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky
2012-10-02NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust
2012-10-02NFS: return error from decode_getfh in decode openWeston Andros Adamson
2012-10-02NFS: Fix a problem with the legacy binary mount codeTrond Myklebust
2012-10-02NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust
2012-10-02cifs: fix return value in cifsConvertToUTF16Jeff Layton
2012-10-02fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri
2012-10-02eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks
2012-10-02vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi
2012-10-02vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds
2012-09-14fuse: fix retrieve lengthMiklos Szeredi
2012-09-14ext3: Fix fdatasync() for files with only i_size changesJan Kara
2012-09-14udf: Fix data corruption for files in ICBJan Kara
2012-09-14jbd: don't write superblock when unmounting an ro filesystemJan Kara
2012-09-14block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins
2012-09-14Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens
2012-09-14NFS: Alias the nfs module to nfs4bjschuma@gmail.com
2012-09-14UBIFS: fix complaints about too small debug buffer sizeArtem Bityutskiy
2012-09-14UBIFS: fix crash on error pathArtem Bityutskiy
2012-09-14nfsd4: fix security flavor of NFSv4.0 callbackJ. Bruce Fields
2012-09-14NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker
2012-09-14NFS: Clear key construction data if the idmap upcall failsBryan Schumaker
2012-09-14NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust
2012-09-14nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton
2012-09-14pnfs: defer release of pages in layoutgetIdan Kedar
2012-09-14NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust
2012-09-14vfs: canonicalize create mode in build_open_flags()Miklos Szeredi
2012-09-14vfs: missed source of ->f_pos racesAl Viro
2012-08-25ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o