summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* lockd: send correct lock when granting a delayed lock.NeilBrown2014-02-221-0/+8
* retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-224-8/+43
* Add protocol specific operation for CIFS xattrsSteve French2014-02-222-4/+13
* CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French2014-02-222-19/+36
* fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmemEric W. Biederman2014-02-221-1/+1
* mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro2014-02-201-2/+4
* Btrfs: disable snapshot aware defrag for nowJosef Bacik2014-02-201-1/+1
* pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh2014-02-131-4/+30
* nfs4: fix discover_server_trunking use after freeWeston Andros Adamson2014-02-131-6/+4
* NFSv4.1: Handle errors correctly in nfs41_walk_client_listTrond Myklebust2014-02-131-3/+5
* nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson2014-02-131-2/+2
* NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust2014-02-131-16/+31
* ore: Fix wrong math in allocation of per device BIOBoaz Harrosh2014-02-131-12/+25
* fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens2014-02-131-1/+1
* fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens2014-02-131-8/+8
* compat: fix sys_fanotify_markHeiko Carstens2014-02-131-2/+2
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-02-132-17/+23
* btrfs: restrict snapshotting to own subvolumesDavid Sterba2014-02-061-0/+6
* Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong2014-02-061-1/+1
* vfs: Is mounted should be testing mnt_ns for NULL or error.Eric W. Biederman2014-02-061-1/+1
* ext4: avoid clearing beyond i_blocks when truncating an inline data fileTheodore Ts'o2014-02-061-3/+5
* nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner2014-01-251-4/+6
* writeback: Fix data corruption on NFSJan Kara2014-01-251-6/+9
* vfs: In d_path don't call d_dname on a mount pointEric W. Biederman2014-01-251-1/+6
* GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson2014-01-251-1/+15
* ext4: fix bigalloc regressionEric Whitney2014-01-091-1/+1
* ceph: allow sync_read/write return partial successed size of read/write.majianpeng2014-01-091-1/+3
* ceph: fix bugs about handling short-read for sync read mode.majianpeng2014-01-091-23/+16
* ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng2014-01-091-2/+6
* ceph: cleanup types in striped_read()Dan Carpenter2014-01-091-4/+4
* ceph: fix null pointer dereferenceNathaniel Yazdani2014-01-091-0/+3
* ceph: avoid accessing invalid memorySasha Levin2014-01-091-1/+1
* ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng2014-01-091-1/+3
* ceph: improve error handling in ceph_mdsmap_decodeEmil Goode2014-01-091-1/+3
* jbd2: don't BUG but return ENOSPC if a handle runs out of spaceTheodore Ts'o2014-01-091-2/+4
* GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse2014-01-091-0/+30
* GFS2: don't hold s_umount over blkdev_putSteven Whitehouse2014-01-091-1/+11
* ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang2014-01-091-2/+6
* ext4: fix FITRIM in no journal modeLukas Czerner2014-01-091-2/+2
* ext4: add explicit casts when masking cluster sizesTheodore Ts'o2014-01-093-16/+24
* ext4: fix deadlock when writing in ENOSPC conditionsJan Kara2014-01-091-12/+0
* ext4: Do not reserve clusters when fs doesn't support extentsJan Kara2014-01-091-4/+13
* ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan2014-01-091-1/+18
* ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu2014-01-091-3/+8
* ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o2014-01-091-0/+9
* ceph: wake up 'safe' waiters when unregistering requestYan, Zheng2014-01-091-1/+2
* ceph: cleanup aborted requests when re-sending requests.Yan, Zheng2014-01-091-1/+4
* Btrfs: do not run snapshot-aware defragment on errorLiu Bo2013-12-201-19/+28
* Btrfs: fix incorrect inode acl resetFilipe David Borba Manana2013-12-201-1/+1
* Btrfs: fix hole check in log_one_extentJosef Bacik2013-12-201-1/+1