summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Create snapshot of OpenBMCOri Bernstein2016-04-131-25/+26
* Add support for aspeed hardwareTian Fang2015-05-062-0/+7
* eCryptfs: Allocate a variable number of pages for file headersTyler Hicks2009-03-231-13/+26
* NFSD: provide encode routine for OP_OPENATTRBenny Halevy2009-03-231-0/+1
* eventfd: remove fput() call from possible IRQ contextDavide Libenzi2009-03-231-10/+27
* 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: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V2009-03-161-2/+19
* 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-163-15/+39
* 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
* pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov2009-03-161-4/+4
* proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann2009-03-161-1/+1
* fs: new inode i_state corruption fixNick Piggin2009-03-162-1/+15
* 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
* 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
* timerfd: add flags checkDavide Libenzi2009-03-161-6/+6
* 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: Fix s_dirty_blocks_counter if block allocation failed with nodelallocAneesh Kumar K.V2009-02-201-1/+8
* 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-3/+18
* 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-6/+86
* 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: cleanup mballoc header filesAneesh Kumar K.V2009-02-202-21/+20
* ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V2009-02-205-110/+229
* ext4: Add blocks added during resize to bitmapAneesh Kumar K.V2009-02-203-118/+34
* 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-17/+39
* 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