summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-25eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks1-1/+1
2012-07-25eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks1-12/+13
2012-07-25eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks1-7/+16
2012-07-25pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+13
2012-07-25pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh1-2/+7
2012-07-25ore: Remove support of partial IO request (NFS crash)Boaz Harrosh1-7/+1
2012-07-25ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh1-31/+36
2012-07-25UBIFS: fix a bug in empty space fix-upArtem Bityutskiy1-2/+6
2012-07-25cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-25cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-25fifo: Do not restart open() if it already found a partnerAnders Kaseorg1-5/+4
2012-07-25Remove easily user-triggerable BUG from generic_setleaseDave Jones1-1/+1
2012-07-25block: fix infinite loop in __getblk_slowJeff Moyer1-9/+13
2012-07-25fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu1-0/+1
2012-07-25ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques1-1/+1
2012-07-25epoll: clear the tfile_check_list on -ELOOPJason Baron1-1/+3
2012-07-25NFSv4: Further reduce the footprint of the idmapperTrond Myklebust1-6/+36
2012-07-25NFSv4: Reduce the footprint of the idmapperTrond Myklebust1-3/+13
2012-07-25hugepages: fix use after free bug in "quota" handlingDavid Gibson1-33/+21
2012-07-25ext4: Report max_batch_time option correctlyBen Hutchings1-1/+1
2012-07-25NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy1-2/+3
2012-07-12vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds1-3/+3
2012-07-12ocfs2: clear unaligned io flag when dio failsJunxiao Bi1-1/+3
2012-07-12cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton1-6/+3
2012-07-12Btrfs: run delayed directory updates during log replayChris Mason1-0/+6
2012-07-12udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-07-12udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-07-12udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet1-15/+20
2012-07-04nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi2-0/+4
2012-06-20NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust1-0/+1
2012-06-20fuse: fix stat call on 32 bit platformsPavel Shilovsky3-1/+20
2012-06-10ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o1-4/+4
2012-06-10ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma1-1/+0
2012-06-10ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o1-3/+9
2012-06-10ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi1-2/+3
2012-06-10ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi1-0/+1
2012-06-10ext4: add missing save_error_info() to ext4_error()Theodore Ts'o1-0/+1
2012-06-10vfs: umount_tree() might be called on subtree that had never made itAl Viro1-1/+2
2012-06-10vfs: increment iversion when a file is truncatedDmitry Kasatkin1-0/+5
2012-06-10ext4: disallow hard-linked directory in ext4_lookupAndreas Dilger1-0/+6
2012-06-10ext4: force ro mount if ext4_setup_super() failsEric Sandeen1-1/+2
2012-06-10NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust1-0/+2
2012-06-10cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2-24/+34
2012-06-10exofs: Fix CRASH on very early IO errors.Boaz Harrosh1-1/+1
2012-06-10cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar3-11/+22
2012-05-31Avoid beyond bounds copy while caching ACLSachin Prabhu2-8/+6
2012-05-31Avoid reading past buffer when calling GETACLSachin Prabhu2-13/+21
2012-05-31NFS4: fix compile warnings in nfs4proc.cPeng Tao1-1/+1
2012-05-31block: don't mark buffers beyond end of disk as mappedJeff Moyer2-4/+6