summaryrefslogtreecommitdiffstats
path: root/crypto/xts.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-11sysfs: Gut sysfs_addrm_start and sysfs_addrm_finishEric W. Biederman2-89/+4
2009-12-11sysfs: In sysfs_chmod_file lazily propagate the mode change.Eric W. Biederman1-23/+8
2009-12-11sysfs: Implement sysfs_getattr & sysfs_permissionEric W. Biederman4-17/+54
2009-12-11sysfs: Nicely indent sysfs_symlink_inode_operationsEric W. Biederman1-4/+4
2009-12-11sysfs: Update s_iattr on link and unlink.Eric W. Biederman1-0/+18
2009-12-11sysfs: Fix locking and factor out sysfs_sd_setattrEric W. Biederman2-20/+32
2009-12-11sysfs: Simplify iattr time assignmentsEric W. Biederman1-6/+3
2009-12-11sysfs: Simplify sysfs_chmod_file semanticsEric W. Biederman1-9/+1
2009-12-11sysfs: Use dentry_ops instead of directly playing with the dcacheEric W. Biederman1-27/+46
2009-12-11sysfs: Rename sysfs_d_iput to sysfs_dentry_iputEric W. Biederman1-2/+2
2009-12-11sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutexEric W. Biederman1-12/+29
2009-12-11debugfs: fix create mutex racy fops and private dataMathieu Desnoyers1-23/+32
2009-12-11Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman1-3/+0
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg7-20/+33
2009-12-11Driver-Core: devtmpfs - set root directory mode to 0755Kay Sievers1-1/+1
2009-12-11Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers1-0/+2
2009-12-11Driver Core: devtmpfs: do not remove non-kernel-created directoriesKay Sievers1-23/+16
2009-12-11Driver Core: devtmpfs: use sys_mount()Kay Sievers2-8/+3
2009-12-11Driver core: devtmpfs: prevent concurrent subdirectory creation and removalKay Sievers1-10/+16
2009-12-11Driver Core: devtmpfs: ignore umask while setting file modeKay Sievers1-10/+16
2009-12-11sysfs: mark a locally-only used function staticStefan Richter1-1/+2
2009-12-11hpilo: add locking commentDavid Altobelli1-1/+12
2009-12-10V4L/DVB (13592): max2165: 32bit build patchDavid Wong1-1/+1
2009-12-10exofs: Multi-device mirror supportBoaz Harrosh6-28/+361
2009-12-10exofs: Move all operations to an io_engineBoaz Harrosh5-350/+644
2009-12-10exofs: move osd.c to ios.cBoaz Harrosh2-1/+1
2009-12-10exofs: statfs blocks is sectors not FS blocksBoaz Harrosh1-4/+6
2009-12-10exofs: Prints on mount and unmoutBoaz Harrosh1-0/+11
2009-12-10exofs: refactor exofs_i_info initialization into common helperBoaz Harrosh1-2/+8
2009-12-10exofs: dbg-print lessBoaz Harrosh1-5/+7
2009-12-10exofs: More sane debug printBoaz Harrosh1-2/+1
2009-12-10trivial: some small fixes in exofs documentationThadeu Lima de Souza Cascardo2-11/+14
2009-12-10Doc: use misc-devices/ dir for driversJean Delvare2-0/+0
2009-12-10Doc: better explanation of procs_runningLuis Garces-Erice1-2/+2
2009-12-10correct gpio.txt typosDominik D. Geyer1-2/+2
2009-12-10docbook: fix signal_pending() argumentShawn Bohrer1-1/+1
2009-12-10use DMA_BIT_MASK instead of inline constantMarin Mitov1-1/+1
2009-12-10Use KERN_WARNING instead of KERN_WARN, which does not existRandy Dunlap1-2/+2
2009-12-10nvram: Fix missing smp_lock.h in nvramFrederic Weisbecker1-0/+1
2009-12-10ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)Theodore Ts'o1-2/+2
2009-12-10ext4: Do not override ext2 or ext3 if built they are built as modulesTheodore Ts'o2-3/+3
2009-12-10jbd2: Export jbd2_log_start_commit to fix ext4 buildTheodore Ts'o1-0/+1
2009-12-09hwmon: (adt7475) Add VID support for the ADT7476Jean Delvare3-4/+65
2009-12-09hwmon: (adt7475) Add an entry in MAINTAINERSJean Delvare1-0/+7
2009-12-09hwmon: (adt7475) Add support for the ADT7476Jean Delvare3-25/+80
2009-12-09hwmon: (adt7475) Voltage attenuators can be bypassedJean Delvare1-6/+36
2009-12-09hwmon: (adt7475) Print device information on probeJean Delvare1-0/+18
2009-12-09hwmon: (adt7475) Handle alternative pin functionsJean Delvare1-15/+99
2009-12-09hwmon: (adt7475) Move sysfs files removal to a separate functionJean Delvare1-6/+10
2009-12-09hwmon: (adt7475) Add support for the ADT7490Jean Delvare3-19/+134