summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* eventfd: remove fput() call from possible IRQ contextDavide Libenzi2009-03-231-10/+27
* NFSD: provide encode routine for OP_OPENATTRBenny Halevy2009-03-231-0/+1
* ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()Jan Kara2009-03-161-1/+8
* ext4: Add fallback for find_group_flexTheodore Ts'o2009-03-161-0/+7
* ext4: Fix NULL dereference in ext4_ext_migrate()'s error handlingDan Carpenter2009-03-161-5/+3
* ext4: Initialize preallocation list_head's properlyAneesh Kumar K.V2009-03-161-0/+3
* ext4: Fix lockdep warningAneesh Kumar K.V2009-03-161-13/+16
* ext4: Fix to read empty directory blocks correctly in 64kWei Yongjun2009-03-161-1/+1
* jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara2009-03-162-13/+35
* Revert "ext4: wait on all pending commits in ext4_sync_fs()"Jan Kara2009-03-161-6/+6
* jbd2: Fix return value of jbd2_journal_start_commit()Jan Kara2009-03-161-6/+11
* proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann2009-03-161-1/+1
* proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang2009-03-161-1/+1
* inotify: fix GFP_KERNEL related deadlockIngo Molnar2009-03-161-1/+1
* fs: new inode i_state corruption fixNick Piggin2009-03-162-1/+15
* timerfd: add flags checkDavide Libenzi2009-03-161-6/+6
* JFFS2: fix mount crash caused by removed nodesThomas Gleixner2009-03-161-9/+33
* Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OSSteve French2009-03-162-2/+4
* vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.Bill Nottingham2009-03-161-0/+2
* seq_file: properly cope with preadEric Biederman2009-03-161-4/+32
* ext4: Initialize the new group descriptor when resizing the filesystemTheodore Ts'o2009-02-201-0/+2
* ext4: Add sanity check to make_indexed_dirTheodore Ts'o2009-02-201-6/+15
* ext4: only use i_size_high for regular filesTheodore Ts'o2009-02-202-4/+7
* ext4: Add sanity checks for the superblock before mounting the filesystemTheodore Ts'o2009-02-201-10/+20
* ext4: Init the complete page while building buddy cacheAneesh Kumar K.V2009-02-201-1/+2
* ext4: Don't allow new groups to be added during block allocationAneesh Kumar K.V2009-02-202-4/+19
* ext4: mark the blocks/inode bitmap beyond end of group as usedAneesh Kumar K.V2009-02-203-7/+5
* ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V2009-02-204-3/+88
* ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()Aneesh Kumar K.V2009-02-201-57/+83
* ext4: Fix race between read_block_bitmap() and mark_diskspace_used()Aneesh Kumar K.V2009-02-201-5/+10
* ext4: don't use blocks freed but not yet committed in buddy cache initAneesh Kumar K.V2009-02-201-22/+60
* ext4: Use an rbtree for tracking blocks freed during transaction.Aneesh Kumar K.V2009-02-202-77/+134
* ext4: cleanup mballoc header filesAneesh Kumar K.V2009-02-202-23/+19
* ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V2009-02-205-103/+229
* ext4: Add blocks added during resize to bitmapAneesh Kumar K.V2009-02-203-11/+132
* ext4: Don't overwrite allocation_context ac_statusAneesh Kumar K.V2009-02-201-0/+2
* jbd2: Add barrier not supported test to journal_wait_on_commit_recordTheodore Ts'o2009-02-201-2/+25
* ext4: Widen type of ext4_sb_info.s_mb_maxs[]Yasunori Goto2009-02-202-1/+4
* ext4: avoid ext4_error when mounting a fs with a single bgAneesh Kumar K.V2009-02-201-4/+0
* ext4: Fix the delalloc writepages to allocate blocks at the right offset.Aneesh Kumar K.V2009-02-201-5/+34
* ext4: tone down ext4_da_writepages warningsTheodore Ts'o2009-02-201-1/+15
* ext4: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o2009-02-205-10/+90
* ext2/xip: refuse to change xip flag during remount with busy inodesCarsten Otte2009-02-201-3/+6
* tun: Add some missing TUN compat ioctl translations.David S. Miller2009-02-171-0/+7
* lockd: fix regression in lockd's handling of blocked locksJ. Bruce Fields2009-02-171-1/+5
* XFS: set b_error from bio error in xfs_buf_bio_end_ioLachlan McIlroy2009-02-121-2/+1
* elf core dump: fix get_user useRoland McGrath2009-02-121-2/+12
* seq_file: fix big-enough lseek() + read()Alexey Dobriyan2009-02-121-0/+1
* seq_file: move traverse so it can be used from seq_readEric Biederman2009-02-121-57/+57
* dlm: initialize file_lock struct in GETLK before copying conflicting lockJeff Layton2009-02-061-0/+2