summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2012-08-25ext4: fix long mount times on very big file systemsTheodore Ts'o
2012-08-25ext4: don't call ext4_error while block group is lockedTheodore Ts'o
2012-08-25ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o
2012-08-25ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o
2012-08-25fuse: verify all ioctl retry iov elementsZach Brown
2012-08-15ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh
2012-08-15nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi
2012-08-09ext4: use s_csum_seed instead of i_csum_seed for xattr blockTao Ma
2012-08-09ext4: use proper csum calculation in ext4_renameTao Ma
2012-08-09ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o
2012-08-09ext4: don't let i_reserved_meta_blocks go negativeBrian Foster
2012-08-09ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan
2012-08-09ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o
2012-08-09ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o
2012-08-09NFS: Fix a number of bugs in the idmapperDavid Howells
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-08-09nfsd4: fix cr_principal comparison check in same_credsVivek Trivedi
2012-08-09nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields
2012-08-09posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer
2012-08-09cifs: ensure that we always do cifsFileInfo_get under the spinlockJeff Layton
2012-08-09cifs: reinstate sec=ntlmv2 mount optionJeff Layton
2012-08-09Btrfs: call the ordered free operation without any locks heldChris Mason
2012-08-09udf: Improve table length check to avoid possible overflowJan Kara
2012-08-09locks: fix checking of fcntl_setlease argumentJ. Bruce Fields
2012-07-20Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2012-07-20Merge tag 'upstream-3.5-rc8' of git://git.infradead.org/linux-ubifsLinus Torvalds
2012-07-20pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh
2012-07-20pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh
2012-07-20ore: Unlock r4w pages in exact reverse order of lockingBoaz Harrosh
2012-07-20ore: Remove support of partial IO request (NFS crash)Boaz Harrosh
2012-07-20ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh